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

Rich Felker <bug...@aerifal.cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |bug...@aerifal.cx
         Resolution|WONTFIX                     |---

--- Comment #9 from Rich Felker <bug...@aerifal.cx> ---
This is a bug in lld's interpretation of protected, and affects any reference
to protected functions in a shared library from the main program. Protected
means that the symbol is _semantically_ not subject to interposition, not that
the address always resolves the the address of the definition; often due to PLT
entries or copy relocations, the address will necessarily resolve to something
other than the original definition.

-- 
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