blob: c1336acad6c81d03c9a46d090bcf6fb5c733b441 [file] [log] [blame]
Chandler Carruth02590422012-01-24 01:55:55 +00001// RUN: %clang -no-canonical-prefixes -target 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.
Nick Lewycky55e983c2011-12-06 03:46:28 +00006// TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-fragile-abi" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option"
Daniel Dunbar5314e442010-07-19 19:44:22 +00007// TEST0: rewrite-objc.m"
Daniel Dunbar64952502010-02-11 03:16:21 +00008
Sebastian Pop9ec60df2012-01-20 22:01:23 +00009// RUN: not %clang -ccc-no-clang -target unknown -rewrite-objc %s -o - -### 2>&1 | \
Daniel Dunbar64952502010-02-11 03:16:21 +000010// RUN: FileCheck -check-prefix=TEST1 %s
11// TEST1: invalid output type 'rewritten-objc' for use with gcc
12
Sebastian Pop9ec60df2012-01-20 22:01:23 +000013// RUN: not %clang -ccc-no-clang -target i386-apple-darwin10 -rewrite-objc %s -o - -### 2>&1 | \
Daniel Dunbar64952502010-02-11 03:16:21 +000014// RUN: FileCheck -check-prefix=TEST2 %s
15// TEST2: invalid output type 'rewritten-objc' for use with gcc