[llvm-commits] [llvm] r54692 - /llvm/trunk/lib/Target/X86/X86CodeEmitter.cpp

Dale Johannesen dalej at apple.com
Tue Aug 12 13:13:55 PDT 2008


On Aug 12, 2008, at 11:49 AMPDT, Duncan Sands wrote:

>> In the absence of a linker to build the GOT, use the 32-bit
>> non_lazy_ptr mechanism on x86-64 Darwin JIT.  Fixes a bunch
>> of last night's failures.
>
> There were a bunch of JIT failures on x86-64 linux too...

So there are, and not all the same ones.  I guess I'll put x86-64
Linux behavior back the way it was.  On Darwin we need JIT codegen
to be PC-relative, which it wasn't, but AFAIK there is no such need
on Linux...






More information about the llvm-commits mailing list