From: Brad Smith Date: Sun, 22 Jul 2018 22:04:28 +0000 (+0000) Subject: Fix the test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85eda8e66a1ec5948d5f10c7091f339c6fd1a2a6;p=clang Fix the test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337663 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/openbsd.c b/test/Driver/openbsd.c index 7786969753..d3846b7acf 100644 --- a/test/Driver/openbsd.c +++ b/test/Driver/openbsd.c @@ -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"