[llvm-bugs] [Bug 26998] Linker complains 'R_AARCH64_ABS64 used with TLS symbol'
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jul 19 02:26:08 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=26998
Anton Korobeynikov <anton at korobeynikov.info> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |anton at korobeynikov.info
Resolution|WORKSFORME |---
--- Comment #2 from Anton Korobeynikov <anton at korobeynikov.info> ---
Nothing changed at LLVM side. The problem is still there, we're emitting wrong
relocation for TLS symbol. In fact, there is no data TLS relocation, so we
should not emit location for TLS variables on AArch64 :(
--
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/20160719/d936f3cb/attachment.html>
More information about the llvm-bugs
mailing list