[PATCH] D96184: [AIX][TLS] Generate TLS variables in assembly files
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 15:27:24 PST 2021
daltenty added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-variables.ll:53
+; CHECK-NEXT: .comm tls5[UL],4,2
+; CHECK-NEXT: .weak tls6[UL]
+; CHECK-NEXT: .align 2
----------------
We're missing the csect directives here
================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-variables.ll:122
+ at tls6 = weak thread_local global i32 0, align 4
+ at tls7 = weak thread_local global i32 0, align 4
----------------
Was this supposed to be initialized?
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