[llvm-bugs] [Bug 38074] Error static linking when clang++/lld 6.0.0 using Arch Linux

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Feb 13 09:41:06 PST 2020


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

Fangrui Song <i at maskray.me> changed:

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

--- Comment #11 from Fangrui Song <i at maskray.me> ---
D57371 fixed the "R_X86_64_REX_GOTPCRELX referencing ifunc should not be
relaxed" bug, via the following line:

if (!Sym.IsPreemptible && !Sym.isGnuIFunc()) {

See 
https://reviews.llvm.org/D54145#1868678

-- 
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/20200213/9e7e4d77/attachment.html>


More information about the llvm-bugs mailing list