impc:aot:compile-xtm-file   scheme


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

Implementation

(define impc:aot:compile-xtm-file
  (lambda (lib-path . dll)
    (if (and (not (null? dll)) (car dll))
        (impc:aot:compile-xtm-dll lib-path)
        (impc:aot:compile-xtm-ll lib-path))))


Back to Index