r194435 - ObjectiveC. Try to unbreak buildbot.
Fariborz Jahanian
fjahanian at apple.com
Mon Nov 11 16:08:23 PST 2013
Author: fjahanian
Date: Mon Nov 11 18:08:23 2013
New Revision: 194435
URL: http://llvm.org/viewvc/llvm-project?rev=194435&view=rev
Log:
ObjectiveC. Try to unbreak buildbot.
Modified:
cfe/trunk/test/Driver/rewrite-legacy-objc.m
Modified: cfe/trunk/test/Driver/rewrite-legacy-objc.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/rewrite-legacy-objc.m?rev=194435&r1=194434&r2=194435&view=diff
==============================================================================
--- cfe/trunk/test/Driver/rewrite-legacy-objc.m (original)
+++ cfe/trunk/test/Driver/rewrite-legacy-objc.m Mon Nov 11 18:08:23 2013
@@ -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"
More information about the cfe-commits
mailing list