[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
Wed Mar 24 15:28:07 PDT 2021


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-xcoff-variables.ll:26
+; SECTION-NEXT:     VirtualAddress: 0x0
+; SECTION-NEXT:     Size: 0x0
+; SECTION-NEXT:     RawDataOffset: 0x8C
----------------
I don't like that the `.text` section here has size zero. This way, the test doesn't check that the thread-local sections are placed in a separate address space starting again at `0`.


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