[llvm-commits] [llvm] r73595 - /llvm/trunk/tools/lli/lli.cpp
Török Edwin
edwintorok at gmail.com
Wed Jun 17 09:55:43 PDT 2009
On 2009-06-17 19:50, Chris Lattner wrote:
> 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.
>
Thanks, the JIT examples no longer segfault now.
BrainF -jit works too (sort of, it an assertion failure):
------- Running JIT -------
Hello World!
While deleting: i32 (i32)* %putchar
An asserting value handle still pointed to this value!
Aborted
I'll open a bugreport for this, it is not related to the .o -> .a change.
Best regards,
--Edwin
More information about the llvm-commits
mailing list