[PATCH] D46255: [ELF][AArch64] Implement the AArch64 TLSLD_LDST_LO12 family of relocs

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 07:10:23 PDT 2018


peter.smith updated this revision to Diff 145010.
peter.smith added a comment.

Updated diff to remove relocations from usesOnlyLowPageBits(). While this is true for these relocations the usesOnlyLowPageBits() function is never called for local exec TLS so by the same logic as applied to https://reviews.llvm.org/D46249 (don't add dead code) I've removed them from the patch.


https://reviews.llvm.org/D46255

Files:
  ELF/Arch/AArch64.cpp
  test/ELF/aarch64-tlsld-ldst.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46255.145010.patch
Type: text/x-patch
Size: 4660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180503/1d7cd5b5/attachment.bin>


More information about the llvm-commits mailing list