From 85eda8e66a1ec5948d5f10c7091f339c6fd1a2a6 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 22 Jul 2018 22:04:28 +0000 Subject: [PATCH] Fix the test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337663 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/openbsd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.50.1