[cfe-commits] r145915 - /cfe/trunk/test/Driver/rewrite-objc.m
Nick Lewycky
nicholas at mxc.ca
Mon Dec 5 19:46:28 PST 2011
Author: nicholas
Date: Mon Dec 5 21:46:28 2011
New Revision: 145915
URL: http://llvm.org/viewvc/llvm-project?rev=145915&view=rev
Log:
Fix test for unrelated changes.
Modified:
cfe/trunk/test/Driver/rewrite-objc.m
Modified: cfe/trunk/test/Driver/rewrite-objc.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/rewrite-objc.m?rev=145915&r1=145914&r2=145915&view=diff
==============================================================================
--- cfe/trunk/test/Driver/rewrite-objc.m (original)
+++ cfe/trunk/test/Driver/rewrite-objc.m Mon Dec 5 21:46:28 2011
@@ -3,7 +3,7 @@
// TEST0: clang{{.*}}" "-cc1"
// TEST0: "-rewrite-objc"
// FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead.
-// TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-fblocks" "-fobjc-fragile-abi" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option"
+// TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-fragile-abi" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option"
// TEST0: rewrite-objc.m"
// RUN: not %clang -ccc-no-clang -ccc-host-triple unknown -rewrite-objc %s -o - -### 2>&1 | \
More information about the cfe-commits
mailing list