]> granicus.if.org Git - clang/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)
commit85a69c7d7782c31d5946f03819c84f5b42d290e0
treea04c69aef41f1d04d068c63da50ce2b63ef6482e
parent6efa0a5616535c6854acc9e0a8f136c3fa801ba7
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/cfe/trunk@355989 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CodeGenModule.cpp