[llvm-bugs] [Bug 36470] clang/llvm revision 325569 and newer are unable to build Firefox, with "test-ctors.so: terminate called after throwing an instance of 'std::runtime_error'" and then " what(): Unsupported relocation type"
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 21 13:54:52 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36470
Mike Hommey <mh+llvm at glandium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #3 from Mike Hommey <mh+llvm at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180221/9ef8c3a2/attachment.html>
More information about the llvm-bugs
mailing list