forked from OSchip/llvm-project
[xcore] Make the exceptions test actually check for the absence of -fexceptions in the proper place
llvm-svn: 227443
This commit is contained in:
parent
ba516a11a8
commit
7a24104293
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue