[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git] / clang / test / Driver / apple-clang-defaults.c
blob5673e32855a5c4724dce1024f3550dba39a05052
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
4 // REQUIRES: clang-vendor=com.apple.clang
6 // APPLE-CLANG-NOT: (in-process)
7 // EXPLICIT-IN-PROCESS: (in-process)