We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca3e70 commit c6e6988Copy full SHA for c6e6988
clang/test/Driver/cc1-spawnprocess.c
@@ -1,4 +1,4 @@
1
-// RUN: env CLANG_SPAWN_CC1= %clang -c %s -o /dev/null
2
-// RUN: env CLANG_SPAWN_CC1=0 %clang -c %s -o /dev/null
3
-// RUN: env CLANG_SPAWN_CC1=1 %clang -c %s -o /dev/null
4
-// RUN: env CLANG_SPAWN_CC1=test not %clang -c %s -o /dev/null
+// 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
0 commit comments