[PATCH] D61694: Boilerplate for producing XCOFF object files from the PowerPC backend.
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 27 13:29:44 PDT 2019
sfertile updated this revision to Diff 206917.
sfertile marked 2 inline comments as done.
sfertile added a comment.
Address review comments round 2.
- Various adjustments to various comments.
- Changed MappingClass in XCOFFSectionKey to use the enum type instead of unsigned.
- Removed 'virtual' from a declaration that is also marked 'override'.
- Add an Is64Bit fileld to the MCXCOFFObjectTargetWriter.
- Extended aix-xcoff-basic.ll to test switching to the '.text' section.
- Cleaned up comparison of XCOFFSectionKey by using std::tie.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61694/new/
https://reviews.llvm.org/D61694
Files:
llvm/include/llvm/BinaryFormat/XCOFF.h
llvm/include/llvm/MC/MCAsmInfoXCOFF.h
llvm/include/llvm/MC/MCContext.h
llvm/include/llvm/MC/MCObjectFileInfo.h
llvm/include/llvm/MC/MCSection.h
llvm/include/llvm/MC/MCSectionXCOFF.h
llvm/include/llvm/MC/MCXCOFFObjectWriter.h
llvm/include/llvm/MC/MCXCOFFStreamer.h
llvm/include/llvm/Support/TargetRegistry.h
llvm/lib/MC/CMakeLists.txt
llvm/lib/MC/MCAsmBackend.cpp
llvm/lib/MC/MCAsmInfoXCOFF.cpp
llvm/lib/MC/MCContext.cpp
llvm/lib/MC/MCObjectFileInfo.cpp
llvm/lib/MC/MCSectionXCOFF.cpp
llvm/lib/MC/MCXCOFFObjectTargetWriter.cpp
llvm/lib/MC/MCXCOFFStreamer.cpp
llvm/lib/MC/XCOFFObjectWriter.cpp
llvm/lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt
llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
llvm/test/CodeGen/PowerPC/aix-xcoff-basic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61694.206917.patch
Type: text/x-patch
Size: 35131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190627/5fe1151d/attachment.bin>
More information about the llvm-commits
mailing list