mirror of https://github.com/microsoft/clang.git
Fix the test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337663 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e24fbbc0c4
commit
85eda8e66a
|
@ -110,4 +110,5 @@
|
|||
// Check ARM float ABI
|
||||
// RUN: %clang -target arm-unknown-openbsd -### -c %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK-ARM-FLOAT-ABI %s
|
||||
// CHECK-ARM-FLOAT-ABI: "-mfloat-abi" "softfp"
|
||||
// CHECK-ARM-FLOAT-ABI-NOT: "-target-feature" "+soft-float"
|
||||
// CHECK-ARM-FLOAT-ABI: "-target-feature" "+soft-float-abi"
|
||||
|
|
Loading…
Reference in New Issue