You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
543 B
7 lines
543 B
// RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-objc %s -o - -### 2>&1 | \
|
|
// RUN: FileCheck -check-prefix=TEST0 %s
|
|
// 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-runtime=macosx" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fmax-type-align=16" "-fdiagnostics-show-option"
|