From: Filipe Cabecinhas Date: Thu, 29 Jan 2015 15:03:36 +0000 (+0000) Subject: [xcore] Make the exceptions test actually check for the absence of -fexceptions in... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edc13332e1de1dad0d2e2ce8d8e0c5648c21caca;p=clang [xcore] Make the exceptions test actually check for the absence of -fexceptions in the proper place git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227443 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/xcore-opts.c b/test/Driver/xcore-opts.c index 161756dbf0..9300085724 100644 --- a/test/Driver/xcore-opts.c +++ b/test/Driver/xcore-opts.c @@ -12,10 +12,10 @@ // CHECK-NOT: "-fexceptions" // CHECK: "-fno-common" // CHECK: xcc" "-o" -// CHECK-EXCEP-NOT: "-fexceptions" +// CHECK-NOT: "-fexceptions" // CHECK: "-c" "-v" "-g" "-fverbose-asm" "A1Arg" "A2Arg" // CHECK: xcc" "-o" -// CHECK-EXCEP-NOT: "-fexceptions" +// CHECK-NOT: "-fexceptions" // CHECK: "-v" // CHECK: "L1Arg" "L2Arg"