ARM: add test for last commit

This time I managed to forget the test.

Patch still by Stephen Kelly.

llvm-svn: 188797
This commit is contained in:
Tim Northover 2013-08-20 13:19:43 +00:00
parent b9facf72aa
commit 244950d641
1 changed files with 4 additions and 0 deletions

View 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"