]> granicus.if.org Git - clang/commit
AArch64: set all processor features from -arch if nothing else present
authorTim Northover <tnorthover@apple.com>
Mon, 10 Nov 2014 21:17:23 +0000 (21:17 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 10 Nov 2014 21:17:23 +0000 (21:17 +0000)
commit45417a665fe1c7645a4c433aea832013e8fdd335
tree2f6f8b35a9b90ac5824c38ea0ffd0cd6dd65816a
parent82019ed8738f4bd5c4729eeb177794479f643fcb
AArch64: set all processor features from -arch if nothing else present

Darwin's "-arch arm64" option implies full Cyclone CPU, for both architectural
and tuning purposes. So if neither of the explicit options have been given,
forward that on to the proper invocation.

rdar://problem/18906227

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221631 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Preprocessor/aarch64-target-features.c