llvm-for-llvmta/tools/clang/test/Driver/arc-exceptions.m

6 lines
296 B
Mathematica
Raw Normal View History

2022-04-25 13:02:35 +02:00
// 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