diff options
| author | Filipe Cabecinhas <me@filcab.net> | 2015-01-29 15:03:36 +0000 |
|---|---|---|
| committer | Filipe Cabecinhas <me@filcab.net> | 2015-01-29 15:03:36 +0000 |
| commit | 7a2410429378190c32bcc02d499ad592460d7b20 (patch) | |
| tree | aef77813d7463b1c41a8f4b1f859014c74830b53 | |
| parent | ba516a11a85d114719a0e8bb3a7b94c4236d8c2f (diff) | |
| download | bcm5719-llvm-7a2410429378190c32bcc02d499ad592460d7b20.tar.gz bcm5719-llvm-7a2410429378190c32bcc02d499ad592460d7b20.zip | |
[xcore] Make the exceptions test actually check for the absence of -fexceptions in the proper place
llvm-svn: 227443
| -rw-r--r-- | clang/test/Driver/xcore-opts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Driver/xcore-opts.c b/clang/test/Driver/xcore-opts.c index 161756dbf02..9300085724c 100644 --- a/clang/test/Driver/xcore-opts.c +++ b/clang/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" |

