[PATCH] D98946: [AIX][TLS] Add support for TLS variables to XCOFF object writer
Digger Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 22 08:52:16 PDT 2021
DiggerLin added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-xcoff-variables.ll:104
+; SYMS-NEXT: }
+; SYMS-NEXT: }
+; SYMS-NEXT: Symbol {
----------------
I am not sure whether we need to test all the symbols again ? ,may be we only need to test the symbosl which effect by the -data-sections=on.
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