llvm:compile-ir-and-print   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmir.xtm

Implementation

(define llvm:compile-ir-and-print
  (lambda (ir-string)
    (print-full-nq ir-string)
    (llvm:compile-ir ir-string)))


Back to Index