[clang] 88b8cb7 - Fix NetBSD bot after b4a99a061f517e60985667e39519f60186cbb469 ([Clang][Driver] Re-use the calling process instead of creating a new process for the cc1 invocation)

Alexandre Ganea via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 14 11:26:58 PST 2020


Author: Alexandre Ganea
Date: 2020-01-14T14:26:50-05:00
New Revision: 88b8cb7215d4333ab990c99f21c7f92262ef02ef

URL: https://github.com/llvm/llvm-project/commit/88b8cb7215d4333ab990c99f21c7f92262ef02ef
DIFF: https://github.com/llvm/llvm-project/commit/88b8cb7215d4333ab990c99f21c7f92262ef02ef.diff

LOG: Fix NetBSD bot after b4a99a061f517e60985667e39519f60186cbb469 ([Clang][Driver] Re-use the calling process instead of creating a new process for the cc1 invocation)

Added: 
    

Modified: 
    clang/test/Driver/cc1-spawnprocess.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/cc1-spawnprocess.c b/clang/test/Driver/cc1-spawnprocess.c
index 5b2129ad309e..db13d8ce85d9 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


        


More information about the cfe-commits mailing list