John McCall | f85e193 | 2011-06-15 23:02:42 +0000 | [diff] [blame] | 1 | // RUN: %clang -### -x objective-c -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log |
2 | // RUN: grep objective-c %t.log | ||||
3 | // RUN: not grep "fobjc-arc-exceptions" %t.log | ||||
4 | // RUN: %clang -### -x objective-c++ -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log | ||||
5 | // RUN: grep "fobjc-arc-exceptions" %t.log |