LibDriver: Replace references to lld-link2 with lld-link.

llvm-svn: 244246
This commit is contained in:
Peter Collingbourne 2015-08-06 19:00:42 +00:00
parent e26aea5b29
commit 327ce8fc11
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
//
// Defines an interface to a lib.exe-compatible driver that also understands
// bitcode files. Used by llvm-lib and lld-link2 /lib.
// bitcode files. Used by llvm-lib and lld-link /lib.
//
//===----------------------------------------------------------------------===//

View File

@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
//
// Defines an interface to a lib.exe-compatible driver that also understands
// bitcode files. Used by llvm-lib and lld-link2 /lib.
// bitcode files. Used by llvm-lib and lld-link /lib.
//
//===----------------------------------------------------------------------===//