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

Victor Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 16:13:07 PST 2021


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

Addressed the review comments to

- Fix the storaging map class for zero-initialized TLS data with external/weak linkage and update the test cases.
- Renaming the test cases with proper description (zero-initialized, val-initialized and uninitialized
- Add more comments for the implementation and correct some minors.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96184

Files:
  llvm/include/llvm/MC/SectionKind.h
  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/lib/Target/TargetLoweringObjectFile.cpp
  llvm/test/CodeGen/PowerPC/aix-tls-checks.ll
  llvm/test/CodeGen/PowerPC/aix-tls-variables-ppc32.ll
  llvm/test/CodeGen/PowerPC/aix-tls-variables-ppc64.ll

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


More information about the llvm-commits mailing list