Make wasm-toolchain.c test pass on Windows.

llvm-svn: 256286
This commit is contained in:
Nico Weber 2015-12-22 22:30:14 +00:00
parent f02b782aa7
commit 54bfae8f52
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
// RUN: %clang -### -no-canonical-prefixes -target wasm32-unknown-unknown -x assembler %s 2>&1 | FileCheck -check-prefix=AS_LINK %s
// AS_LINK: clang{{.*}}" "-cc1as" {{.*}} "-o" "[[temp:[^"]*]]"
// AS_LINK: lld" "-flavor" "ld" "[[temp]]" "-o" "a.out"
// AS_LINK: lld{{.*}}" "-flavor" "ld" "[[temp]]" "-o" "a.out"