[lld] r277147 - [ELF] - Update comment. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 08:07:12 PDT 2016


Author: grimar
Date: Fri Jul 29 10:07:11 2016
New Revision: 277147

URL: http://llvm.org/viewvc/llvm-project?rev=277147&view=rev
Log:
[ELF] - Update comment. NFC.

Modified:
    lld/trunk/ELF/LinkerScript.cpp

Modified: lld/trunk/ELF/LinkerScript.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LinkerScript.cpp?rev=277147&r1=277146&r2=277147&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.cpp (original)
+++ lld/trunk/ELF/LinkerScript.cpp Fri Jul 29 10:07:11 2016
@@ -74,10 +74,7 @@ static bool match(ArrayRef<StringRef> Pa
   return false;
 }
 
-// Create a vector of (<output section name>, <input section name patterns>).
-// For example, if a returned vector contains (".text" (".foo.*" ".bar.*")),
-// input sections start with ".foo." or ".bar." should be added to
-// ".text" section.
+// Create a vector of (<output section name>, <input section description>).
 template <class ELFT>
 std::vector<std::pair<StringRef, const InputSectionDescription *>>
 LinkerScript<ELFT>::getSectionMap() {




More information about the llvm-commits mailing list