]> granicus.if.org Git - clang/commit
[PowerPC] Pass CPU to assembler with -no-integrated-as
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Thu, 27 Jul 2017 08:58:28 +0000 (08:58 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Thu, 27 Jul 2017 08:58:28 +0000 (08:58 +0000)
commit9a2eb2f258d867459bf7cb70a0ea2e61579c9940
tree6e78a7f0d372ae83954ce29c9649079a5df5ff45
parent5022d62c168c60684227accd5022957a0627f9ee
[PowerPC] Pass CPU to assembler with -no-integrated-as

This just adds the CPU to a list of commands passed to GAS when not using the
integrated assembler.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309256 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Arch/PPC.cpp
lib/Driver/ToolChains/Arch/PPC.h
lib/Driver/ToolChains/Gnu.cpp
test/Driver/linux-as.c
test/Driver/ppc-features.cpp