8 lines · c
1// RUN: %clang -c %s -### 2>&1 | FileCheck %s --check-prefix=APPLE-CLANG2// RUN: %clang -fintegrated-cc1 -c %s -### 2>&1 | FileCheck %s --check-prefix=EXPLICIT-IN-PROCESS3 4// REQUIRES: clang-vendor=com.apple.clang5 6// APPLE-CLANG-NOT: (in-process)7// EXPLICIT-IN-PROCESS: (in-process)8