[LLVMdev] sqlite3 crashing jit
Bueno, Denis
denbuen at sandia.gov
Tue Aug 10 14:46:13 PDT 2010
On Aug 10, 2010, at 3:41 PM, Bueno, Denis wrote:
> 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.
I also verified that with llvm 2.6, taking out -m32 causes it to work.
I don't know why. Do I have to build llvm/llvm-gcc in a different way in order to get -m32 to behave properly?
-Denis
More information about the llvm-dev
mailing list