impc:compiler:queue-ir-for-compilation   scheme


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

Implementation

(define impc:compiler:queue-ir-for-compilation
  (lambda (ir-string)
    (set! *impc:compiler:queued-llvm-ir-string*
          (emit ir-string "\n" *impc:compiler:queued-llvm-ir-string*))))


Back to Index