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

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 18:28:08 PST 2021


daltenty added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-variables.ll:14
+
+; When data-sections is true (default), we emit data into separate sections.
+; When data-sections is false, we emit data into the .data / .tdata sections.
----------------
nit: technically we emit into separate csects. not XCOFF sections.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-variables.ll:15
+; When data-sections is true (default), we emit data into separate sections.
+; When data-sections is false, we emit data into the .data / .tdata sections.
+
----------------
same as above


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96184



More information about the llvm-commits mailing list