From: Peter Collingbourne Date: Thu, 6 Aug 2015 19:00:42 +0000 (+0000) Subject: LibDriver: Replace references to lld-link2 with lld-link. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfb2e818833832ffc47190132c39e06a8d22ea70;p=llvm LibDriver: Replace references to lld-link2 with lld-link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244246 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/LibDriver/LibDriver.h b/include/llvm/LibDriver/LibDriver.h index aaaa7b7d21c..09495650c1b 100644 --- a/include/llvm/LibDriver/LibDriver.h +++ b/include/llvm/LibDriver/LibDriver.h @@ -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. // //===----------------------------------------------------------------------===// diff --git a/lib/LibDriver/LibDriver.cpp b/lib/LibDriver/LibDriver.cpp index b0e704d6bad..ff9c31cd975 100644 --- a/lib/LibDriver/LibDriver.cpp +++ b/lib/LibDriver/LibDriver.cpp @@ -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. // //===----------------------------------------------------------------------===//