llvm-project/clang/test/Driver/cc1-spawnprocess.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
230 B
C
Raw Normal View History

// RUN: env CLANG_SPAWN_CC1= %clang -S %s -o /dev/null
// RUN: env CLANG_SPAWN_CC1=0 %clang -S %s -o /dev/null
// RUN: env CLANG_SPAWN_CC1=1 %clang -S %s -o /dev/null
// RUN: env CLANG_SPAWN_CC1=test not %clang -S %s -o /dev/null