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

Victor Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 14:20:17 PST 2021


NeHuang marked an inline comment as not done.
NeHuang added inline comments.


================
Comment at: llvm/lib/MC/MCSectionXCOFF.cpp:41
 
+  // Initialized and external uninitialized TLS data.
+  if (getKind().isThreadData()) {
----------------
here should be initialized TLS data


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