From: Nico Weber Date: Tue, 22 Dec 2015 22:30:14 +0000 (+0000) Subject: Make wasm-toolchain.c test pass on Windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d0506e00b6d66aee08f2776cf586b58bbf97e55;p=clang Make wasm-toolchain.c test pass on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256286 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/wasm-toolchain.c b/test/Driver/wasm-toolchain.c index 0c6df2da9a..4d707a0f6c 100644 --- a/test/Driver/wasm-toolchain.c +++ b/test/Driver/wasm-toolchain.c @@ -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"