]> granicus.if.org Git - clang/commitdiff
Fix for commit 280064 that break the build.
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Tue, 30 Aug 2016 08:56:00 +0000 (08:56 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Tue, 30 Aug 2016 08:56:00 +0000 (08:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280065 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/fast-math.c

index c31f3766a516d9d561f9fcaa147917eb7bcceaad..1cc63daeb06a3c1a76ce61a4c3b87f374c0e4e65 100644 (file)
 // 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 \