brintos

brintos / llvm-project-archived public Read only

0
0
Text · 334 B · c1dd02d Raw
6 lines · plain
1// RUN: %clang -### -x objective-c --target=x86_64-apple-macos10.6 -fobjc-arc -fsyntax-only %s 2> %t.log2// RUN: grep objective-c %t.log3// RUN: not grep "fobjc-arc-exceptions" %t.log4// RUN: %clang -### -x objective-c++ --target=x86_64-apple-macos10.6 -fobjc-arc -fsyntax-only %s 2> %t.log5// RUN: grep "fobjc-arc-exceptions" %t.log6