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

Baptiste Saleil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 15:06:40 PST 2021


bsaleil updated this revision to Diff 322834.
bsaleil added a comment.

Generate uninitialized external TLS data with the `.csect` directive instead of `.comm`


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.322834.patch
Type: text/x-patch
Size: 12329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210210/1b80d41a/attachment.bin>


More information about the llvm-commits mailing list