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

Rian Quinn <[email protected]> changed:

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

--- Comment #11 from Rian Quinn <[email protected]> ---
I fixed the issue, and it was in the ELF loader. The problem was with the use
of STB_WEAK. GCC is marking each exception as WEAK, and the EFL loader was
using the local address instead of globally identifying a _single_ address to
use for all references of the same name. Switching to a global search for any
symbol that is marked as weak fixed the problem. 

Thanks a ton for the help.

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

Reply via email to