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

Victor Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 29 09:42:34 PDT 2021


NeHuang updated this revision to Diff 333911.
NeHuang added a comment.

- Fix the starting address for `.tdata` and `.tbss` sections to match the behaviour of the AIX assembler.
- Update the `CHECK` for `ContainingCsectSymbolIndex` using `INDX`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98946

Files:
  llvm/lib/MC/XCOFFObjectWriter.cpp
  llvm/test/CodeGen/PowerPC/aix-tls-xcoff-variables.ll
  llvm/tools/llvm-readobj/XCOFFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98946.333911.patch
Type: text/x-patch
Size: 32542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210329/599fcfa3/attachment.bin>


More information about the llvm-commits mailing list