This is still failing for me. Here's the command like I get: "/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"
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: clang-3.4: warning: argument unused during compilation: '-arch i386' Is this test missing a -target, perhaps? On Mon, Nov 11, 2013 at 4:08 PM, Fariborz Jahanian <[email protected]>wrote: > 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" > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
