[PATCH] D96184: [AIX][TLS] Generate TLS variables in assembly files
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 07:51:29 PST 2021
amyk added inline comments.
================
Comment at: llvm/lib/MC/MCSectionXCOFF.cpp:41
+ // Initialized TLS data
+ if (getKind().isThreadData()) {
----------------
jasonliu wrote:
> nit:
Would it be helpful to mention in the comment that the initialized data are generated with the .csect pseudo-op?
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