summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCXCOFFObjectTargetWriter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile2019-07-091-0/+16
Stubs out a number of the classes needed to produce a new object file format (XCOFF) for the powerpc-aix target. For testing input is an empty module which produces an object file with just a file header. Differential Revision: https://reviews.llvm.org/D61694 llvm-svn: 365541
OpenPOWER on IntegriCloud