summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>2020-01-14 14:14:07 -0500
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>2020-01-14 14:26:50 -0500
commit88b8cb7215d4333ab990c99f21c7f92262ef02ef (patch)
treec8f72cab44d4a1ddff870cabce97ee0bb0ad98a0 /clang
parent57cb4685140284907d16673b555fd62307b4cd76 (diff)
downloadbcm5719-llvm-88b8cb7215d4333ab990c99f21c7f92262ef02ef.tar.gz
bcm5719-llvm-88b8cb7215d4333ab990c99f21c7f92262ef02ef.zip
Fix NetBSD bot after b4a99a061f517e60985667e39519f60186cbb469 ([Clang][Driver] Re-use the calling process instead of creating a new process for the cc1 invocation)
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Driver/cc1-spawnprocess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/cc1-spawnprocess.c b/clang/test/Driver/cc1-spawnprocess.c
index 5b2129ad309..db13d8ce85d 100644
--- a/clang/test/Driver/cc1-spawnprocess.c
+++ b/clang/test/Driver/cc1-spawnprocess.c
@@ -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
OpenPOWER on IntegriCloud