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

Ulrich Weigand <uweig...@de.ibm.com> changed:

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

--- Comment #16 from Ulrich Weigand <uweig...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to