[llvm-commits] [llvm] r48121 - /llvm/trunk/test/C++Frontend/2006-11-06-StackTrace.cpp

Dan Gohman gohman at apple.com
Mon Mar 10 16:45:14 PDT 2008


On Mar 10, 2008, at 4:36 PM, Dan Gohman wrote:
>
> Apparently llc is defaulting to 32-bit even when LLVM is built 64-bit,
> so
> it's producing a 32-bit .s file. Then the %compile_c runs gcc with - 
> m64,
> and that's what causes the errors.

Correction, it's using my 32-bit llvm-gcc, which defaults to emitting  
32-bit
code. I guess this means I should rebuild my llvm-gcc as 64-bit.

Dan




More information about the llvm-commits mailing list