Skip to content

Commit c6e6988

Browse files
committed
Modify test to use -S instead of -c so that it works when an external assembler is used that is not present.
1 parent aca3e70 commit c6e6988

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/test/Driver/cc1-spawnprocess.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
// RUN: env CLANG_SPAWN_CC1= %clang -S %s -o /dev/null
2+
// RUN: env CLANG_SPAWN_CC1=0 %clang -S %s -o /dev/null
3+
// RUN: env CLANG_SPAWN_CC1=1 %clang -S %s -o /dev/null
4+
// RUN: env CLANG_SPAWN_CC1=test not %clang -S %s -o /dev/null

0 commit comments

Comments
 (0)