]> granicus.if.org Git - clang/commitdiff
Fix the test
authorBrad Smith <brad@comstyle.com>
Sun, 22 Jul 2018 22:04:28 +0000 (22:04 +0000)
committerBrad Smith <brad@comstyle.com>
Sun, 22 Jul 2018 22:04:28 +0000 (22:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337663 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/openbsd.c

index 7786969753632b3c38da2cda0027f794368e7d71..d3846b7acf667108b78202ed1d4225e12e94cdfd 100644 (file)
 // 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"