[llvm-commits] [llvm] r73595 - /llvm/trunk/tools/lli/lli.cpp

Chris Lattner clattner at apple.com
Wed Jun 17 09:50:20 PDT 2009


On Jun 17, 2009, at 3:16 AM, Török Edwin wrote:

> On 2009-06-17 05:15, Chris Lattner wrote:
>> Author: lattner
>> Date: Tue Jun 16 21:15:40 2009
>> New Revision: 73595
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=73595&view=rev
>> Log:
>> Use Doug's new LLVM_NATIVE_ARCH macro in config.h to link in the  
>> native
>> target so that the JIT works in LLI, not just the interpreter.
>>
>
> Hi Chris,
>
> Is this something that every JIT client should do?
> examples/BrainF segfaults, because it finds no JITs for the target.


Fixed, please verify.

-Chris



More information about the llvm-commits mailing list