r188797 - ARM: add test for last commit

Tim Northover tnorthover at apple.com
Tue Aug 20 06:19:43 PDT 2013


Author: tnorthover
Date: Tue Aug 20 08:19:43 2013
New Revision: 188797

URL: http://llvm.org/viewvc/llvm-project?rev=188797&view=rev
Log:
ARM: add test for last commit

This time I managed to forget the test.

Patch still by Stephen Kelly.

Modified:
    cfe/trunk/test/Driver/arm-mfpu.c

Modified: cfe/trunk/test/Driver/arm-mfpu.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/arm-mfpu.c?rev=188797&r1=188796&r2=188797&view=diff
==============================================================================
--- cfe/trunk/test/Driver/arm-mfpu.c (original)
+++ cfe/trunk/test/Driver/arm-mfpu.c Tue Aug 20 08:19:43 2013
@@ -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"





More information about the cfe-commits mailing list