[llvm-bugs] [Bug 32650] RuntimeDyldELF: Relocation R_PPC64_REL24 overflow

via llvm-bugs llvm-bugs at lists.llvm.org
Tue May 23 14:19:27 PDT 2017


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

Ulrich Weigand <uweigand at de.ibm.com> changed:

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

--- Comment #16 from Ulrich Weigand <uweigand at de.ibm.com> ---
It turned out that the patch caused regressions on big-endian.  We need to
check for *either* SymbolRef::ST_Unknown *or* Value.SymbolName to catch all
types of external symbols, both those defined in another JIT module and those
defined in native libraries.

All fixes are now checked in as revisions:
r303632
r303637
r303655

-- 
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/20170523/eeb5d908/attachment.html>


More information about the llvm-bugs mailing list