[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
Fri Jul 5 12:21:03 PDT 2019
sfertile updated this revision to Diff 208219.
sfertile marked 2 inline comments as done.
sfertile added a comment.
Herald added subscribers: wuzish, MaskRay.
- Various comment tweaks and spelling fixes.
- Some indentation fixes and formatting changes.
- Removed unreachable return statement.
- Fixed error messages related to unsupported assembler pseudo ops.
- Added some comments to test clarifying why we are checking for .text csect, and that the binary and text outputs don't represent the same XCOFF content.
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.208219.patch
Type: text/x-patch
Size: 35683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190705/ce3b76f3/attachment.bin>
More information about the llvm-commits
mailing list