summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorSjoerd Meijer <sjoerd.meijer@arm.com>2016-08-30 08:56:00 +0000
committerSjoerd Meijer <sjoerd.meijer@arm.com>2016-08-30 08:56:00 +0000
commite9e988e163eeafc92108b7ec1bbdcd31f9015582 (patch)
tree8acfa05f7a8a3850f1939bdeffe896451c141a69 /clang/test
parent0a8d4216ad52aeffc14597a2d946134afa0d89ec (diff)
downloadbcm5719-llvm-e9e988e163eeafc92108b7ec1bbdcd31f9015582.tar.gz
bcm5719-llvm-e9e988e163eeafc92108b7ec1bbdcd31f9015582.zip
Fix for commit 280064 that break the build.
llvm-svn: 280065
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Driver/fast-math.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/test/Driver/fast-math.c b/clang/test/Driver/fast-math.c
index c31f3766a51..1cc63daeb06 100644
--- a/clang/test/Driver/fast-math.c
+++ b/clang/test/Driver/fast-math.c
@@ -232,13 +232,6 @@
// CHECK-NO-UNSAFE-MATH-NOT: "-menable-unsafe-fp-math"
// CHECK-NO-UNSAFE-MATH: "-o"
//
-// RUN: %clang -### -fexceptions-fp-math -fno-exceptions-fp-math -c %s 2>&1 \
-// RUN: | FileCheck --check-prefix=CHECK-NO-FP-EXCEPTIONS %s
-// RUN: %clang -### -fno-exceptions-fp-math -fexceptions-fp-math -c %s 2>&1 \
-// RUN: | FileCheck --check-prefix=CHECK-FP-EXCEPTIONS %s
-// CHECK-NO-FP-EXCEPTIONS: "-fno-exceptions-fp-math"
-// CHECK-FP-EXCEPTIONS-NOT: "-fno-exceptions-fp-math"
-//
// RUN: %clang -### -fdenormal-fp-math=ieee -c %s 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-FP-DENORMAL-IEEE %s
// RUN: %clang -### -fdenormal-fp-math=preserve-sign -c %s 2>&1 \
OpenPOWER on IntegriCloud