[llvm-bugs] [Bug 32272] missing case for copy reloc or (plt to undef)
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun May 19 06:42:19 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=32272
Fangrui Song <i at maskray.me> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
CC| |i at maskray.me
--- Comment #1 from Fangrui Song <i at maskray.me> ---
likely fixed by rLLD321507 when these lines were removed
- // FIXME: This is a hack to avoid changing error messages for now.
- if (CanWrite && !Sym.isFunc())
- return Expr;
--
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/20190519/bcc98db3/attachment-0001.html>
More information about the llvm-bugs
mailing list