r227443 - [xcore] Make the exceptions test actually check for the absence of -fexceptions in the proper place

Filipe Cabecinhas me at filcab.net
Thu Jan 29 07:03:37 PST 2015


Author: filcab
Date: Thu Jan 29 09:03:36 2015
New Revision: 227443

URL: http://llvm.org/viewvc/llvm-project?rev=227443&view=rev
Log:
[xcore] Make the exceptions test actually check for the absence of -fexceptions in the proper place

Modified:
    cfe/trunk/test/Driver/xcore-opts.c

Modified: cfe/trunk/test/Driver/xcore-opts.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/xcore-opts.c?rev=227443&r1=227442&r2=227443&view=diff
==============================================================================
--- cfe/trunk/test/Driver/xcore-opts.c (original)
+++ cfe/trunk/test/Driver/xcore-opts.c Thu Jan 29 09:03:36 2015
@@ -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"
 





More information about the cfe-commits mailing list