diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2013-11-12 00:08:23 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-11-12 00:08:23 +0000 |
commit | 04bf672537329ff0edd380fa62d4dfc9de0b33f2 (patch) | |
tree | d3d9e9bef4c0202d2162a4a6c31be4b285372977 | |
parent | 12364855732698d0217589cecb599258d2953886 (diff) | |
download | bcm5719-llvm-04bf672537329ff0edd380fa62d4dfc9de0b33f2.tar.gz bcm5719-llvm-04bf672537329ff0edd380fa62d4dfc9de0b33f2.zip |
ObjectiveC. Try to unbreak buildbot.
llvm-svn: 194435
-rw-r--r-- | clang/test/Driver/rewrite-legacy-objc.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/rewrite-legacy-objc.m b/clang/test/Driver/rewrite-legacy-objc.m index ed6517c7e13..b02761caecb 100644 --- a/clang/test/Driver/rewrite-legacy-objc.m +++ b/clang/test/Driver/rewrite-legacy-objc.m @@ -7,4 +7,4 @@ // FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead. // TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fobjc-subscripting-legacy-runtime" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option" // TEST0: rewrite-legacy-objc.m" -// TEST1: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fobjc-subscripting-legacy-runtime" +// TEST1: "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fobjc-subscripting-legacy-runtime" |