r337663 - Fix the test

Brad Smith via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 22 15:04:29 PDT 2018


Author: brad
Date: Sun Jul 22 15:04:28 2018
New Revision: 337663

URL: http://llvm.org/viewvc/llvm-project?rev=337663&view=rev
Log:
Fix the test

Modified:
    cfe/trunk/test/Driver/openbsd.c

Modified: cfe/trunk/test/Driver/openbsd.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/openbsd.c?rev=337663&r1=337662&r2=337663&view=diff
==============================================================================
--- cfe/trunk/test/Driver/openbsd.c (original)
+++ cfe/trunk/test/Driver/openbsd.c Sun Jul 22 15:04:28 2018
@@ -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"




More information about the cfe-commits mailing list