[LLVMdev] sqlite3 crashing jit
Bueno, Denis
denbuen at sandia.gov
Tue Aug 10 14:41:08 PDT 2010
Actually, there is one difference.
This time I got a warning in gdb about "JITed object file architecture i386 is not compatible with the target architecture i386:x86_64".
In my Makefile, I passed -m32 to llvm-gcc because that's what I want. Taking that out causes it to work in LLVM 2.7.
-Denis
On Aug 10, 2010, at 3:38 PM, Bueno, Denis wrote:
>
> On Aug 10, 2010, at 2:01 PM, Török Edwin wrote:
>> Did you try llvm-2.7?
>
> Just tried LLVM 2.7. Exactly the same. No backtrace as before. I must be doing something stupid. Can anyone reproduce this using my Makefile?
>
> -Denis
More information about the llvm-dev
mailing list