1f4a2713aSLionel Sambuc// RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-objc %s -o - -### 2>&1 | \ 2f4a2713aSLionel Sambuc// RUN: FileCheck -check-prefix=TEST0 %s 3f4a2713aSLionel Sambuc// TEST0: clang{{.*}}" "-cc1" 4f4a2713aSLionel Sambuc// TEST0: "-rewrite-objc" 5f4a2713aSLionel Sambuc// FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead. 6*0a6a1f1dSLionel Sambuc// TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fmax-type-align=16" "-fdiagnostics-show-option" 7