[llvm-commits] [llvm] r110564 - /llvm/trunk/lib/ExecutionEngine/JIT/JIT.cpp

Will Dietz wdietz2 at illinois.edu
Mon Aug 9 15:19:22 PDT 2010


On Mon, Aug 9, 2010 at 2:20 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Author: nicholas
> Date: Mon Aug  9 02:20:20 2010
> New Revision: 110564
>
> URL: http://llvm.org/viewvc/llvm-project?rev=110564&view=rev
> Log:
> Stop the JIT from refusing to work just because the program it was compiled into
> was built with -static.
>

This change breaks looking up symbols defined in the program itself,
at least here it does.

Perhaps the right fix is to make reinstate the call removed in this
commit, but don't abort/return if it fails?

~Will




More information about the llvm-commits mailing list