forked from OSchip/llvm-project
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:
parent
b9facf72aa
commit
244950d641
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue