xref: /llvm-project/clang/test/Driver/arc-exceptions.m (revision 4e0275a2c8f7f94cc1aacf4803fc827fad8f56d4)
1// RUN: %clang -### -x objective-c --target=x86_64-apple-macos10.6 -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++ --target=x86_64-apple-macos10.6 -fobjc-arc -fsyntax-only %s 2> %t.log
5// RUN: grep "fobjc-arc-exceptions" %t.log
6