<div dir="ltr">This is still failing for me. Here's the command like I get:<div><br></div><div><div> "/mnt/space/build/llvm-3/build/bin/clang-3.4" "-cc1" "-triple" "x86_64-unknown-linux-gnu" "-rewrite-objc" "-disable-free" "-main-file-name" "rewrite-legacy-objc.m" "-mrelocation-model" "static" "-mdisable-fp-elim" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases" "-munwind-tables" "-target-cpu" "x86-64" "-resource-dir" "/mnt/space/build/llvm-3/build/bin/../lib/clang/3.4" "-internal-isystem" "/usr/local/include" "-internal-isystem" "/mnt/space/build/llvm-3/build/bin/../lib/clang/3.4/include" "-internal-externc-isystem" "/usr/include/x86_64-linux-gnu" "-internal-externc-isystem" "/include" "-internal-externc-isystem" "/usr/include" "-fdebug-compilation-dir" "/mnt/space/build/llvm-3/build/tools/clang/test/Driver" "-ferror-limit" "19" "-fmessage-length" "0" "-mstackrealign" "-fobjc-runtime=macosx-fragile" "-fobjc-subscripting-legacy-runtime" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fdiagnostics-show-option" "-vectorize-slp" "-o" "-" "-x" "objective-c" "/home/richardsmith/llvm-3/src/tools/clang/test/Driver/rewrite-legacy-objc.m"</div>
</div><div><br></div><div>There's no -stack-protector in there, and you're not going to get -fblocks on my system, because it's not supported on this target. Also in the output:</div><div><br></div><div><div>clang-3.4: warning: argument unused during compilation: '-arch i386'</div>
</div><div><br></div><div>Is this test missing a -target, perhaps?</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 11, 2013 at 4:08 PM, Fariborz Jahanian <span dir="ltr"><<a href="mailto:fjahanian@apple.com" target="_blank">fjahanian@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: fjahanian<br>
Date: Mon Nov 11 18:08:23 2013<br>
New Revision: 194435<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=194435&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=194435&view=rev</a><br>
Log:<br>
ObjectiveC. Try to unbreak buildbot.<br>
<br>
Modified:<br>
    cfe/trunk/test/Driver/rewrite-legacy-objc.m<br>
<br>
Modified: cfe/trunk/test/Driver/rewrite-legacy-objc.m<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/rewrite-legacy-objc.m?rev=194435&r1=194434&r2=194435&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/rewrite-legacy-objc.m?rev=194435&r1=194434&r2=194435&view=diff</a><br>

==============================================================================<br>
--- cfe/trunk/test/Driver/rewrite-legacy-objc.m (original)<br>
+++ cfe/trunk/test/Driver/rewrite-legacy-objc.m Mon Nov 11 18:08:23 2013<br>
@@ -7,4 +7,4 @@<br>
 // FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead.<br>
 // 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"<br>

 // TEST0: rewrite-legacy-objc.m"<br>
-// TEST1: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fobjc-subscripting-legacy-runtime"<br>

+// TEST1: "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fobjc-subscripting-legacy-runtime"<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div>