[PATCH] D100956: [AIX][TLS] Add ASM portion changes to support TLSGD relocations to XCOFF objects
Victor Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 26 14:41:19 PDT 2021
NeHuang updated this revision to Diff 340655.
NeHuang added a comment.
Address review comment to
- Create a helper function `createMCSymbolForTlsGetAddr` and merge unnecessary code
- Split the comments in `PPCMCTargetDesc.cpp`
- Update the existing test cases to reflect the changes when emitting `tls_get_addr`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100956/new/
https://reviews.llvm.org/D100956
Files:
llvm/include/llvm/MC/MCExpr.h
llvm/lib/MC/MCExpr.cpp
llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
llvm/lib/Target/PowerPC/PPC.h
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
llvm/test/CodeGen/PowerPC/aix-tls-gd-double.ll
llvm/test/CodeGen/PowerPC/aix-tls-gd-int.ll
llvm/test/CodeGen/PowerPC/aix-tls-gd-longlong.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100956.340655.patch
Type: text/x-patch
Size: 51960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210426/ae7dd5cf/attachment.bin>
More information about the llvm-commits
mailing list