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

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 07:32:41 PST 2021


daltenty accepted this revision.
daltenty added a comment.
This revision is now accepted and ready to land.

LGTM with minor comment and naming fixes



================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-variables-ppc32.ll:23
+; NODATASEC-NEXT:  .vbyte  4, 1
+ at global_int_external_TL = global i32 1, align 4
+
----------------
As discussed offline, we should rename these from TL/UL to something a bit more descriptive


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