[PATCH] D72027: [XCOFF][AIX] Support basic relocation type on AIX
    Jason Liu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jan 13 07:53:54 PST 2020
    
    
  
jasonliu updated this revision to Diff 237678.
jasonliu added a comment.
Address some minor concerns Hubert have in the offline discussion:
1. Get symbol table index using SymA directly, if we can't find it in the symbol table, then find its csect in the symbol table.
2. return pairs using uniform init directly in the switch.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72027/new/
https://reviews.llvm.org/D72027
Files:
  llvm/include/llvm/BinaryFormat/XCOFF.h
  llvm/include/llvm/MC/MCXCOFFObjectWriter.h
  llvm/lib/MC/MCXCOFFStreamer.cpp
  llvm/lib/MC/XCOFFObjectWriter.cpp
  llvm/lib/Object/XCOFFObjectFile.cpp
  llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp
  llvm/test/CodeGen/PowerPC/aix-xcoff-reloc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72027.237678.patch
Type: text/x-patch
Size: 25415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200113/67f30fa1/attachment-0001.bin>
    
    
More information about the llvm-commits
mailing list