blob: 6164e2c5c8eef211555e2f0bd564bb40550bd2c4 [file] [log] [blame]
Douglas Gregord596c4d2011-10-12 18:28:53 +00001// RUN: %clang -ccc-host-triple x86_64-apple-macosx10.7.0 -rewrite-objc %s -o - -### 2>&1 | \
Daniel Dunbar64952502010-02-11 03:16:21 +00002// RUN: FileCheck -check-prefix=TEST0 %s
Daniel Dunbar5314e442010-07-19 19:44:22 +00003// TEST0: clang{{.*}}" "-cc1"
4// TEST0: "-rewrite-objc"
5// FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead.
John McCalld1e40d52011-10-02 01:16:38 +00006// TEST0: "-fmessage-length" "0" "-fobjc-fragile-abi" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fdiagnostics-show-option"
Daniel Dunbar5314e442010-07-19 19:44:22 +00007// TEST0: rewrite-objc.m"
Daniel Dunbar64952502010-02-11 03:16:21 +00008
9// RUN: not %clang -ccc-no-clang -ccc-host-triple unknown -rewrite-objc %s -o - -### 2>&1 | \
10// RUN: FileCheck -check-prefix=TEST1 %s
11// TEST1: invalid output type 'rewritten-objc' for use with gcc
12
13// RUN: not %clang -ccc-no-clang -ccc-host-triple i386-apple-darwin10 -rewrite-objc %s -o - -### 2>&1 | \
14// RUN: FileCheck -check-prefix=TEST2 %s
15// TEST2: invalid output type 'rewritten-objc' for use with gcc