From 197c3feeae28088b68697adc29ccc1b32eb161a2 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 17 Sep 2019 21:43:19 +0000 Subject: [ARM] Update clang for removal of vfp2d16 and vfp2d16sp Matching fix for https://reviews.llvm.org/D67375 (r372186). Differential Revision: https://reviews.llvm.org/D67467 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372187 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/arm-mfpu.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'test/Driver') diff --git a/test/Driver/arm-mfpu.c b/test/Driver/arm-mfpu.c index 4b0289b73b..9a87b63856 100644 --- a/test/Driver/arm-mfpu.c +++ b/test/Driver/arm-mfpu.c @@ -35,7 +35,7 @@ // CHECK-SOFT-ABI-FP-2-DAG: "-target-feature" "-fp-armv8d16sp" // CHECK-SOFT-ABI-FP-2-DAG: "-target-feature" "-neon" // CHECK-SOFT-ABI-FP-2-DAG: "-target-feature" "-crypto" -// CHECK-SOFT-ABI-FP-2-DAG: "-target-feature" "-vfp2d16sp" +// CHECK-SOFT-ABI-FP-2-DAG: "-target-feature" "-vfp2sp" // RUN: %clang -target arm-linux-eabi -mfpu=vfp3 %s -### -o %t.o 2>&1 \ // RUN: | FileCheck --check-prefix=CHECK-VFP3 %s @@ -50,7 +50,7 @@ // CHECK-VFP3-DAG: "-target-feature" "-fp-armv8d16sp" // CHECK-VFP3-DAG: "-target-feature" "-neon" // CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "+soft-float-abi" -// CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "-vfp2d16sp" +// CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "-vfp2sp" // CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "-vfp4d16sp" // CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "-fp-armv8d16sp" // CHECK-SOFT-ABI-FP-3-DAG: "-target-feature" "-neon" @@ -144,7 +144,7 @@ // CHECK-VFP4-DAG: "-target-feature" "-fp-armv8d16sp" // CHECK-VFP4-DAG: "-target-feature" "-neon" // CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "+soft-float-abi" -// CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "-vfp2d16sp" +// CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "-vfp2sp" // CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "-vfp3d16sp" // CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "-fp-armv8d16sp" // CHECK-SOFT-ABI-FP-4-DAG: "-target-feature" "-neon" @@ -208,7 +208,7 @@ // CHECK-FP5-DP-D16-DAG: "-target-feature" "-crypto" // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "+soft-float" // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "+soft-float-abi" -// CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "-vfp2d16sp" +// CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "-vfp2sp" // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "-vfp3d16sp" // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "-vfp4d16sp" // CHECK-SOFT-ABI-FP-5-DAG: "-target-feature" "-neon" @@ -222,7 +222,7 @@ // CHECK-NEON-NOT: "-target-feature" "+soft-float" // CHECK-NEON-DAG: "-target-feature" "+neon" // CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "+soft-float-abi" -// CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "-vfp2d16sp" +// CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "-vfp2sp" // CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "-vfp4d16sp" // CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "-fp-armv8d16sp" // CHECK-SOFT-ABI-FP-6-DAG: "-target-feature" "-crypto" @@ -262,7 +262,7 @@ // CHECK-NEON-VFPV4-DAG: "-target-feature" "+vfp4" // CHECK-NEON-VFPV4-DAG: "-target-feature" "+neon" // CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "+soft-float-abi" -// CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "-vfp2d16sp" +// CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "-vfp2sp" // CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "-vfp3d16sp" // CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "-fp-armv8d16sp" // CHECK-SOFT-ABI-FP-7-DAG: "-target-feature" "-crypto" @@ -276,7 +276,7 @@ // RUN: %clang -target armv8a -mfpu=neon %s -### -c 2>&1 \ // RUN: | FileCheck --check-prefix=CHECK-SOFT-ABI-FP-8 %s // CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "+soft-float-abi" -// CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "-vfp2d16sp" +// CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "-vfp2sp" // CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "-vfp4d16sp" // CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "-fp-armv8d16sp" // CHECK-SOFT-ABI-FP-8-DAG: "-target-feature" "-crypto" @@ -319,7 +319,7 @@ // CHECK-NO-FP-NOT: "-target-feature" "+soft-float" // CHECK-NO-FP-DAG: "-target-feature" "+soft-float-abi" // CHECK-NO-FP-DAG: "-target-feature" "-fpregs" -// CHECK-NO-FP-DAG: "-target-feature" "-vfp2d16sp" +// CHECK-NO-FP-DAG: "-target-feature" "-vfp2sp" // CHECK-NO-FP-DAG: "-target-feature" "-vfp3d16sp" // CHECK-NO-FP-DAG: "-target-feature" "-vfp4d16sp" // CHECK-NO-FP-DAG: "-target-feature" "-fp-armv8d16sp" @@ -358,7 +358,7 @@ // RUN: | FileCheck --check-prefix=CHECK-SOFT-ABI-FP %s // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "+soft-float" // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "+soft-float-abi" -// CHECK-SOFT-ABI-FP-DAG: "-target-feature" "-vfp2d16sp" +// CHECK-SOFT-ABI-FP-DAG: "-target-feature" "-vfp2sp" // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "-vfp3d16sp" // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "-vfp4d16sp" // CHECK-SOFT-ABI-FP-DAG: "-target-feature" "-fp-armv8d16sp" -- cgit v1.2.1