blob: 4501ccd07382340106393d62b069ae7bc74c34bd [file] [log] [blame]
John McCallf85e1932011-06-15 23:02:42 +00001// 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