[PATCH] D155415: [AIX][TLS] Account for local-exec accesses in XCOFFObjectWriter
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 17 07:09:38 PDT 2023
hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.
This revision is now accepted and ready to land.
Code change looks good.
For each test:
- Noted the symbol table index for the referenced symbols of each `R_TLS_LE` relocation.
- Checked that the values encoded "at" the target addresses match the address values of the referenced symbols.
LGTM; thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155415/new/
https://reviews.llvm.org/D155415
More information about the llvm-commits
mailing list