[lli] Add a '-dlopen <library-path>' option to lli.
Passing '-dlopen <library-path>' to lli will cause the specified library to be loaded (via llvm::sys::DynamicLibrary::LoadLibraryPermanently) before JIT'd code is executed, making the library's symbols accessible to JIT'd code.
Loading
Please register or sign in to comment