[LLVMdev] sqlite3 crashing jit

Eric Christopher echristo at apple.com
Tue Aug 10 14:49:17 PDT 2010


On Aug 10, 2010, at 2:48 PM, Bueno, Denis wrote:

> 
> On Aug 10, 2010, at 3:46 PM, Eric Christopher wrote:
> 
>> You may be trying to JIT something for x86-32 on x86-64?  Try setting up the jit for x86-32.
> 
> How do I do that?  Is it a runtime flag for lli? Or do I need to configure llvm differently?

-mtriple

-eric



More information about the llvm-dev mailing list