[PATCH] D96184: [AIX][TLS] Generate TLS variables in assembly files

Victor Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 14:57:22 PST 2021


NeHuang updated this revision to Diff 324783.
NeHuang added a comment.

@daltenty As per discussion offline

- Update the code to check `isLocalLinkage`
- More test coverage and update test case
- clangformat the patch


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96184

Files:
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/lib/MC/MCObjectFileInfo.cpp
  llvm/lib/MC/MCSectionXCOFF.cpp
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/aix-tls-checks.ll
  llvm/test/CodeGen/PowerPC/aix-tls-variables.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96184.324783.patch
Type: text/x-patch
Size: 13239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210218/76719835/attachment-0001.bin>


More information about the llvm-commits mailing list