apple-clang-defaults.c 285 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 // RUN: %clang -c %s -### 2>&1 | FileCheck %s --check-prefix=APPLE-CLANG // RUN: %clang -fintegrated-cc1 -c %s -### 2>&1 | FileCheck %s --check-prefix=EXPLICIT-IN-PROCESS // REQUIRES: clang-vendor=com.apple.clang // APPLE-CLANG-NOT: (in-process) // EXPLICIT-IN-PROCESS: (in-process)