OSDN Git Service

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 aaaa7b7..0949565 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 b0e704d..ff9c31c 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.
 //
 //===----------------------------------------------------------------------===//