]> granicus.if.org Git - clang/commitdiff
ARM: add test for last commit
authorTim Northover <tnorthover@apple.com>
Tue, 20 Aug 2013 13:19:43 +0000 (13:19 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 20 Aug 2013 13:19:43 +0000 (13:19 +0000)
This time I managed to forget the test.

Patch still by Stephen Kelly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188797 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/arm-mfpu.c

index 3e579f10a2041815c814641fc5d5e9a50a02c06a..de282323997deab8790c5a190b4cb7fbf978b4ee 100644 (file)
@@ -55,3 +55,7 @@
 // RUN:   | FileCheck --check-prefix=CHECK-NEON-FP-ARMV8 %s
 // CHECK-NEON-FP-ARMV8: "-target-feature" "+v8fp"
 // CHECK-NEON-FP-ARMV8: "-target-feature" "+neon"
+
+// RUN: %clang -target arm-linux-gnueabihf %s -### 2>&1 \
+// RUN:   | FileCheck --check-prefix=CHECK-HF %s
+// CHECK-HF: "-target-cpu" "arm1136jf-s"