r280065 - Fix for commit 280064 that break the build.
Sjoerd Meijer via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 30 01:56:01 PDT 2016
Author: sjoerdmeijer
Date: Tue Aug 30 03:56:00 2016
New Revision: 280065
URL: http://llvm.org/viewvc/llvm-project?rev=280065&view=rev
Log:
Fix for commit 280064 that break the build.
Modified:
cfe/trunk/test/Driver/fast-math.c
Modified: cfe/trunk/test/Driver/fast-math.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/fast-math.c?rev=280065&r1=280064&r2=280065&view=diff
==============================================================================
--- cfe/trunk/test/Driver/fast-math.c (original)
+++ cfe/trunk/test/Driver/fast-math.c Tue Aug 30 03:56:00 2016
@@ -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 \
More information about the cfe-commits
mailing list