[PATCH] D96184: [AIX][TLS] Generate TLS variables in assembly files
Victor Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 22 05:37:21 PST 2021
NeHuang marked 2 inline comments as done.
NeHuang added inline comments.
================
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
----------------
daltenty wrote:
> Was this supposed to be initialized?
Yes, updated.
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