forked from OSchip/llvm-project
Fix NetBSD bot after b4a99a061f
([Clang][Driver] Re-use the calling process instead of creating a new process for the cc1 invocation)
This commit is contained in:
parent
57cb468514
commit
88b8cb7215
|
@ -1,4 +1,4 @@
|
|||
// RUN: env -u CLANG_SPAWN_CC1 %clang -c %s -o /dev/null
|
||||
// RUN: env CLANG_SPAWN_CC1= %clang -c %s -o /dev/null
|
||||
// RUN: env CLANG_SPAWN_CC1=0 %clang -c %s -o /dev/null
|
||||
// RUN: env CLANG_SPAWN_CC1=1 %clang -c %s -o /dev/null
|
||||
// RUN: env CLANG_SPAWN_CC1=test not %clang -c %s -o /dev/null
|
||||
|
|
Loading…
Reference in New Issue