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

Fangrui Song <i...@maskray.me> changed:

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

--- Comment #11 from Fangrui Song <i...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to