xref: /llvm-project/clang/test/Driver/apple-clang-defaults.c (revision 5eedf07ab999d0a8ba43f41e0c1012d8f6e62c11)
1 // RUN: %clang -c %s -### 2>&1 | FileCheck %s --check-prefix=APPLE-CLANG
2 // RUN: %clang -fintegrated-cc1 -c %s -### 2>&1 | FileCheck %s --check-prefix=EXPLICIT-IN-PROCESS
3 
4 // REQUIRES: clang-vendor=com.apple.clang
5 
6 // APPLE-CLANG-NOT: (in-process)
7 // EXPLICIT-IN-PROCESS: (in-process)
8