[PATCH] D98946: [AIX][TLS] Add support for TLS variables to XCOFF object writer

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 25 18:57:08 PDT 2021


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-xcoff-variables.ll:252
+; SYMS-DATASECT:        Index: [[#INDX+11]]
+; SYMS-DATASECT-NEXT:   ContainingCsectSymbolIndex: 9
+; SYMS-NODATASECT:      Index: [[#INDX+15]]
----------------
This needs to be written based on `INDX` as well. The same comment applies to the other `ContainingCsectSymbolIndex` lines.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98946/new/

https://reviews.llvm.org/D98946



More information about the llvm-commits mailing list