Add AIX assembler support
authorstevewan <wan.yu@ibm.com>
Mon, 2 Dec 2019 16:28:31 +0000 (11:28 -0500)
committerDavid Tenty <daltenty@ibm.com>
Mon, 2 Dec 2019 16:29:36 +0000 (11:29 -0500)
commit3ebfab709583cfa7635693b123e56f76a1de765b
tree852c6d2a0592423930872b705a084bea419b7d9f
parentd173fb5d2854a1ce42bcc34832db5039b2c60e69
Add AIX assembler support

Summary:
A skeleton of AIX toolchain and system linker support has been introduced in D68340, and this is a follow on patch to it.
This patch adds support to system assembler invocation to the AIX toolchain.

Reviewers: daltenty, hubert.reinterpretcast, jasonliu, Xiangling_L, dlj

Reviewed By: daltenty, hubert.reinterpretcast

Subscribers: wuzish, nemanjai, kbarton, jfb, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D69620
clang/lib/Driver/ToolChains/AIX.cpp
clang/lib/Driver/ToolChains/AIX.h
clang/test/Driver/Inputs/aix_ppc_tree/dummy0.s [new file with mode: 0644]
clang/test/Driver/Inputs/aix_ppc_tree/dummy1.s [new file with mode: 0644]
clang/test/Driver/Inputs/aix_ppc_tree/dummy2.s [new file with mode: 0644]
clang/test/Driver/aix-as.c [new file with mode: 0644]