<div dir="rtl"><div dir="ltr">On Windows DLLs loaded with llvm::sys::DynamicLibrary::LoadLibraryPermanently() are available to the JIT and MCJIT. I guess this should work with other OS.</div><div dir="ltr"><br></div><div dir="ltr">

Yaron</div><div dir="ltr"><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div dir="ltr">2013/10/6 edA-qa mort-ora-y <span dir="ltr"><<a href="mailto:eda-qa@disemia.com" target="_blank">eda-qa@disemia.com</a>></span></div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I would like to load shared libraries at runtime for use in some JIT'd<br>
code. I can't find much about how the JIT resolves symbols, so can<br>
somebody answer a few questions for me?<br>
<br>
1. Will the symbols from a dlopen'd library with RTLD_GLOBAL be<br>
available? In this case I can manually dlopen the libraries prior to the<br>
JIT run.<br>
<br>
2. Can I derive from ExecutionEngine and override the<br>
getPointerToNamedFunction method? If so, does this just return the C/ABI<br>
pointer to the function? What is the equivalent for data variables?<br>
<br>
3. Is the same basic model available on Windows using DLLs? I really<br>
don't have any experience there yet.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
edA-qa mort-ora-y<br>
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --<br>
Sign: Please digitally sign your emails.<br>
Encrypt: I'm also happy to receive encrypted mail.<br>
<br>
</font></span><br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>