[all-commits] [llvm/llvm-project] 3ebfab: Add AIX assembler support
David Tenty via All-commits
all-commits at lists.llvm.org
Mon Dec 2 08:29:40 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ebfab709583cfa7635693b123e56f76a1de765b
https://github.com/llvm/llvm-project/commit/3ebfab709583cfa7635693b123e56f76a1de765b
Author: stevewan <wan.yu at ibm.com>
Date: 2019-12-02 (Mon, 02 Dec 2019)
Changed paths:
M clang/lib/Driver/ToolChains/AIX.cpp
M clang/lib/Driver/ToolChains/AIX.h
A clang/test/Driver/Inputs/aix_ppc_tree/dummy0.s
A clang/test/Driver/Inputs/aix_ppc_tree/dummy1.s
A clang/test/Driver/Inputs/aix_ppc_tree/dummy2.s
A clang/test/Driver/aix-as.c
Log Message:
-----------
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
More information about the All-commits
mailing list