Commit c6e69880 authored by Douglas Yung's avatar Douglas Yung
Browse files

Modify test to use -S instead of -c so that it works when an external...

Modify test to use -S instead of -c so that it works when an external assembler is used that is not present.
parent aca3e70d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
// 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
// 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