From: Eric Christopher Date: Tue, 22 Dec 2015 01:45:45 +0000 (+0000) Subject: Use -no-canonical-prefixes to make sure binaries names are easier to match. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8492e6d6c7f6f066e288e5fd60da9a3ff9239878;p=clang Use -no-canonical-prefixes to make sure binaries names are easier to match. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256228 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/wasm-toolchain.c b/test/Driver/wasm-toolchain.c index 6e3d84ce1d..0c6df2da9a 100644 --- a/test/Driver/wasm-toolchain.c +++ b/test/Driver/wasm-toolchain.c @@ -1,3 +1,3 @@ -// RUN: %clang -### -target wasm32-unknown-unknown -x assembler %s 2>&1 | FileCheck -check-prefix=AS_LINK %s +// 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"