]> granicus.if.org Git - clang/commit
Give sparcv9 the ability to set the target cpu. Change it from accepting
authorRoman Divacky <rdivacky@freebsd.org>
Tue, 25 Feb 2014 18:35:30 +0000 (18:35 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Tue, 25 Feb 2014 18:35:30 +0000 (18:35 +0000)
commit016c30178d41dea9d61ff372e578720981917e6e
treed411c06d8828b665cf7f2dd3b1ff0de2a4983c46
parent89de580b52889e160a604bd735fc4e79147661cb
Give sparcv9 the ability to set the target cpu. Change it from accepting
-march which doesnt exist on sparc gcc to -mcpu. While here adjust a
few tests to not write an unused temporary file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202177 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
lib/Driver/Tools.cpp
test/Driver/freebsd.c