]> granicus.if.org Git - clang/commitdiff
Use -no-canonical-prefixes to make sure binaries names are easier to match.
authorEric Christopher <echristo@gmail.com>
Tue, 22 Dec 2015 01:45:45 +0000 (01:45 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 22 Dec 2015 01:45:45 +0000 (01:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256228 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/wasm-toolchain.c

index 6e3d84ce1d2990cb4be93595a6d1d9ac48ed6bbf..0c6df2da9ac4958c2e630203a4af30b5e4fb76a6 100644 (file)
@@ -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"