[llvm] r244246 - LibDriver: Replace references to lld-link2 with lld-link.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 12:00:43 PDT 2015


Author: pcc
Date: Thu Aug  6 14:00:42 2015
New Revision: 244246

URL: http://llvm.org/viewvc/llvm-project?rev=244246&view=rev
Log:
LibDriver: Replace references to lld-link2 with lld-link.

Modified:
    llvm/trunk/include/llvm/LibDriver/LibDriver.h
    llvm/trunk/lib/LibDriver/LibDriver.cpp

Modified: llvm/trunk/include/llvm/LibDriver/LibDriver.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/LibDriver/LibDriver.h?rev=244246&r1=244245&r2=244246&view=diff
==============================================================================
--- llvm/trunk/include/llvm/LibDriver/LibDriver.h (original)
+++ llvm/trunk/include/llvm/LibDriver/LibDriver.h Thu Aug  6 14:00:42 2015
@@ -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.
 //
 //===----------------------------------------------------------------------===//
 

Modified: llvm/trunk/lib/LibDriver/LibDriver.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/LibDriver/LibDriver.cpp?rev=244246&r1=244245&r2=244246&view=diff
==============================================================================
--- llvm/trunk/lib/LibDriver/LibDriver.cpp (original)
+++ llvm/trunk/lib/LibDriver/LibDriver.cpp Thu Aug  6 14:00:42 2015
@@ -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.
 //
 //===----------------------------------------------------------------------===//
 




More information about the llvm-commits mailing list