]> granicus.if.org Git - clang/commit
ARM: fix ACLE predefine for iOS's "-arch armv7s".
authorTim Northover <tnorthover@apple.com>
Fri, 29 May 2015 21:28:25 +0000 (21:28 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 29 May 2015 21:28:25 +0000 (21:28 +0000)
commitf102f777ae55a658713e8c0cc0d013c07cd942e3
tree715b9b65ba946d92f58871d21cd139d970a49f1c
parentb7b56528f9b78d5ae89e023a0dd5c1fcc7215875
ARM: fix ACLE predefine for iOS's "-arch armv7s".

We were getting "#define __ARM_ARCH_7 -S__ 1" which is really not a good idea.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238614 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Preprocessor/arm-target-features.c