[PATCH] D65159: [PowerPC][XCOFF] Adds support for writing the .bss section for object files.
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 09:24:50 PDT 2019
sfertile updated this revision to Diff 216176.
sfertile marked 16 inline comments as done and an inline comment as not done.
sfertile added a comment.
- Addressed latest round of review comments.
- Replaced 'CSect' in code with 'Csect' and changed errors/comments to use 'CSECT'.
- Added a second fatal error related to emiting 64-bit objects, in executePostBindingLayout.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65159/new/
https://reviews.llvm.org/D65159
Files:
llvm/include/llvm/BinaryFormat/XCOFF.h
llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
llvm/include/llvm/MC/MCContext.h
llvm/include/llvm/MC/MCSectionXCOFF.h
llvm/include/llvm/MC/MCSymbolXCOFF.h
llvm/include/llvm/MC/StringTableBuilder.h
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm/lib/MC/MCContext.cpp
llvm/lib/MC/MCObjectFileInfo.cpp
llvm/lib/MC/MCXCOFFStreamer.cpp
llvm/lib/MC/StringTableBuilder.cpp
llvm/lib/MC/XCOFFObjectWriter.cpp
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
llvm/test/CodeGen/PowerPC/aix-xcoff-common.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65159.216176.patch
Type: text/x-patch
Size: 29658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/d9957c4b/attachment.bin>
More information about the llvm-commits
mailing list