forked from OSchip/llvm-project
Make wasm-toolchain.c test pass on Windows.
llvm-svn: 256286
This commit is contained in:
parent
f02b782aa7
commit
54bfae8f52
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue