You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
296 B
6 lines
296 B
// RUN: %clang -### -x objective-c -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
|
|
// RUN: grep objective-c %t.log
|
|
// RUN: not grep "fobjc-arc-exceptions" %t.log
|
|
// RUN: %clang -### -x objective-c++ -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
|
|
// RUN: grep "fobjc-arc-exceptions" %t.log
|