[LLVMdev] Bug in X86CompilationCallback_SSE

Evan Cheng echeng at apple.com
Mon Mar 30 10:01:36 PDT 2009


It looks fine to me. Anton, does it look ok to you?

Evan

On Mar 20, 2009, at 2:33 PM, Corrado Zoccolo wrote:

> I've created a patch (attached to the bug):
> http://llvm.org/bugs/attachment.cgi?id=2744, that goes in a different
> direction, and solves the safety problems.
> The patch uses original asm, but removes the call through plt, and
> puts the invoked function in an anonymous namespace. This allows the
> static linker to always know the location of the jump, removing the
> need for PIC invocation setup.
> This is tested with g++ 4.2 .
>
> Corrado
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list