https://bugs.llvm.org/show_bug.cgi?id=36470

Mike Hommey <mh+l...@glandium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Mike Hommey <mh+l...@glandium.org> ---
elfhack is effectively a linker, and supports very few relocation types. As you
pointed out in the Firefox bug, revision 325569 changed a relocation type
emitted by LLVM, and while elfhack has support for R_X86_64_PC32, it lacks
support for R_X86_64_PLT32.

IOW, not a LLVM bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to