[llvm-commits] PATCH: make JIT work when linked -static

Nick Lewycky nlewycky at google.com
Sat Aug 7 15:19:09 PDT 2010


The JIT currently goes out of its way to make sure it can find symbols in
the local program. While that's a polite thing to check for novice users, it
blocks the ability to use the JIT with symbol searching off and adding
mappings for all symbols explicitly.

Is there some other reason that the JIT needs no -static? Otherwise, I'd
like to apply the attached patch to remove it.

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100807/397da48e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jit-static.patch
Type: text/x-patch
Size: 856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100807/397da48e/attachment.bin>


More information about the llvm-commits mailing list