[PATCH] D100214: [AIX][TLS] Add support for TLSGD relocations to XCOFF objects

Victor Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 5 06:18:06 PDT 2021


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

Addressed review comments

- Check the important contents in the test case
- Use regex to check the instructions referened by reloctions
- Fix the alignment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100214

Files:
  llvm/lib/MC/XCOFFObjectWriter.cpp
  llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
  llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp
  llvm/test/CodeGen/PowerPC/aix-tls-xcoff-reloc-large.ll
  llvm/test/CodeGen/PowerPC/aix-tls-xcoff-reloc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100214.343022.patch
Type: text/x-patch
Size: 50703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210505/69d26445/attachment-0001.bin>


More information about the llvm-commits mailing list