LibDriver: Replace references to lld-link2 with lld-link.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 6 Aug 2015 19:00:42 +0000 (19:00 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 6 Aug 2015 19:00:42 +0000 (19:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244246 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/LibDriver/LibDriver.h
lib/LibDriver/LibDriver.cpp

index aaaa7b7d21c3f157d055826639a24e104280800d..09495650c1b9054832869a5627b43cd423dfb84e 100644 (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.
 //
 //===----------------------------------------------------------------------===//
 
index b0e704d6badc1065a576c58f70c0678c6dd2b448..ff9c31cd9758c6d2a90994eb2264b554c1c278d3 100644 (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.
 //
 //===----------------------------------------------------------------------===//