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

llvm-svn: 227443
This commit is contained in:
Filipe Cabecinhas 2015-01-29 15:03:36 +00:00
parent ba516a11a8
commit 7a24104293
1 changed files with 2 additions and 2 deletions

View File

@ -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"