You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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)
|