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

Nick Lewycky nicholas at mxc.ca
Tue Aug 17 09:19:57 PDT 2010


nicolas geoffray wrote:
> I'm very much in favor of Will's suggestion. Nick can you fix it?

Ah, I totally missed the side-effects this had on Windows. Sorry about 
that! Fixed in r111240.

> Thanks,
> Nicolas
>
> On Tue, Aug 10, 2010 at 12:19 AM, Will Dietz <wdietz2 at illinois.edu
> <mailto:wdietz2 at illinois.edu>> wrote:
>
>     On Mon, Aug 9, 2010 at 2:20 AM, Nick Lewycky <nicholas at mxc.ca
>     <mailto: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
>     <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 <mailto:llvm-commits at cs.uiuc.edu>
>     http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>




More information about the llvm-commits mailing list