]> granicus.if.org Git - llvm/commit
Add XCOFF triple object format type for AIX
authorJason Liu <jasonliu.development@gmail.com>
Tue, 12 Mar 2019 22:01:10 +0000 (22:01 +0000)
committerJason Liu <jasonliu.development@gmail.com>
Tue, 12 Mar 2019 22:01:10 +0000 (22:01 +0000)
commite98bc0b63e4111f268fa6fad254869f7ca4ffb25
tree9319b2c3b9e099504ea9e0b2c61ed5bb69f52911
parent1e252811d6155fa571f0e2d24af3c246b1b7c12a
Add XCOFF triple object format type for AIX

This patch adds an XCOFF triple object format type into LLVM.
This XCOFF triple object file type will be used later by object file and assembly generation for the AIX platform.

Differential Revision: https://reviews.llvm.org/D58930

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355989 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h
include/llvm/MC/MCObjectFileInfo.h
lib/MC/MCContext.cpp
lib/MC/MCObjectFileInfo.cpp
lib/MC/MCParser/AsmParser.cpp
lib/Support/Triple.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
unittests/ADT/TripleTest.cpp