f4a2713ac8
Change-Id: Ia40e9ffdf29b5dab2f122f673ff6802a58bc690f
5 lines
296 B
Matlab
5 lines
296 B
Matlab
// 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
|