xref: /llvm-project/clang/test/Driver/rewrite-objc.m (revision 0df67fa212feb3cb503cd05c440afac446bb9457)
1// RUN: %clang --target=x86_64-apple-macosx10.7.0 -rewrite-objc %s -o - -### 2>&1 | \
2// RUN:   FileCheck -check-prefix=TEST0 %s
3// TEST0: "-cc1" {{.*}} "-rewrite-objc"
4// FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead.
5// TEST0: "-stack-protector" "1" "-fblocks" "-fencode-extended-block-signature" "-fregister-global-dtors-with-atexit" "-fgnuc-version=4.2.1"{{.*}} "-fobjc-runtime=macosx" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fmax-type-align=16"
6