[llvm-bugs] [Bug 32425] Regression with Musl after adding support for outputting to /dev/null
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jun 12 11:22:02 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32425
Rich Felker <bugdal at aerifal.cx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |bugdal at aerifal.cx
Resolution|WONTFIX |---
--- Comment #9 from Rich Felker <bugdal at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170612/3b5c942b/attachment.html>
More information about the llvm-bugs
mailing list