[PATCH] D83138: [ELF][ARM] Represent R_ARM_LDO32 as R_DTPREL instead of R_ABS

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 6 12:53:27 PDT 2020


psmith accepted this revision.
psmith added a comment.
This revision is now accepted and ready to land.

LGTM, it looks like it is difficult to generate local dynamic from clang, although it is possible with GCC. I was able to make a test application, that also had the advantage of working for shared libraries and PIE as R_ABS does not in that case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83138





More information about the llvm-commits mailing list