From 269d406a9dfefdebe58e1e80f4a692740361f26b Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 11 Aug 2015 17:36:09 +0000 Subject: [PATCH] [windows] Use lld-link instead of lld-link2, the latter no longer exists The test passed for me locally because I had a stale copy of lld-link2.exe. llvm-svn: 244638 --- compiler-rt/test/asan/TestCases/Windows/fuse-lld.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/asan/TestCases/Windows/fuse-lld.cc b/compiler-rt/test/asan/TestCases/Windows/fuse-lld.cc index b4b3d39..76c36d8 100644 --- a/compiler-rt/test/asan/TestCases/Windows/fuse-lld.cc +++ b/compiler-rt/test/asan/TestCases/Windows/fuse-lld.cc @@ -6,7 +6,7 @@ // FIXME: Test will fail until we add flags for requesting dwarf or cv. // RUNX: %clangxx_asan -O2 %s -o %t.exe -fuse-ld=lld -Wl,-debug // RUN: %clangxx_asan -c -O2 %s -o %t.o -gdwarf -// RUN: lld-link2 %t.o -out:%t.exe -debug -defaultlib:libcmt %asan_lib %asan_cxx_lib +// RUN: lld-link %t.o -out:%t.exe -debug -defaultlib:libcmt %asan_lib %asan_cxx_lib // RUN: not %run %t.exe 2>&1 | FileCheck %s #include -- 2.7.4