Fariborz Jahanian | 582b395 | 2012-04-02 15:59:19 +0000 | [diff] [blame] | 1 | // RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-legacy-objc %s -o - -### 2>&1 | \ |
| 2 | // RUN: FileCheck -check-prefix=TEST0 %s |
| 3 | // TEST0: clang{{.*}}" "-cc1" |
| 4 | // TEST0: "-rewrite-objc" |
| 5 | // FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead. |
John McCall | 260611a | 2012-06-20 06:18:46 +0000 | [diff] [blame] | 6 | // TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fobjc-default-synthesize-properties" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option" |
Fariborz Jahanian | 582b395 | 2012-04-02 15:59:19 +0000 | [diff] [blame] | 7 | // TEST0: rewrite-legacy-objc.m" |
| 8 | |
| 9 | // RUN: not %clang -ccc-no-clang -target unknown -rewrite-legacy-objc %s -o - -### 2>&1 | \ |
| 10 | // RUN: FileCheck -check-prefix=TEST1 %s |
| 11 | // TEST1: invalid output type 'rewritten-legacy-objc' for use with gcc |
| 12 | |
| 13 | // RUN: not %clang -ccc-no-clang -target i386-apple-darwin10 -rewrite-legacy-objc %s -o - -### 2>&1 | \ |
| 14 | // RUN: FileCheck -check-prefix=TEST2 %s |
| 15 | // TEST2: invalid output type 'rewritten-legacy-objc' for use with gcc |