[PATCH] D87504: [PowerPC][LLD] Support for PC Relative TLS for Local Dynamic

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 07:55:08 PDT 2020


stefanp updated this revision to Diff 299363.
stefanp added a comment.

Fixed the LLVM_FALLTHROUGH
Added split-file and -soname to the test file.

Added a .TOC. symbol to the test file. This addition is a workaround for the
GOT offsets that are incorrect. This is a bug that was noticed in this test case
but has existed previous to this patch and should be fixed in a later patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87504/new/

https://reviews.llvm.org/D87504

Files:
  lld/ELF/Arch/PPC64.cpp
  lld/ELF/Relocations.cpp
  lld/test/ELF/ppc64-tls-pcrel-ld.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87504.299363.patch
Type: text/x-patch
Size: 8417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201020/ed3f6f58/attachment.bin>


More information about the llvm-commits mailing list