Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
6 lines
296 B
Matlab
6 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
|