[windows] Use lld-link instead of lld-link2, the latter no longer exists
authorReid Kleckner <rnk@google.com>
Tue, 11 Aug 2015 17:36:09 +0000 (17:36 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 11 Aug 2015 17:36:09 +0000 (17:36 +0000)
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

index b4b3d39..76c36d8 100644 (file)
@@ -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 <stdlib.h>