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

nicolas geoffray nicolas.geoffray at gmail.com
Fri Aug 13 22:51:46 PDT 2010


I'm very much in favor of Will's suggestion. Nick can you fix it?

Thanks,
Nicolas

On Tue, Aug 10, 2010 at 12:19 AM, Will Dietz <wdietz2 at illinois.edu> wrote:

> 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
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100814/3e92095f/attachment.html>


More information about the llvm-commits mailing list