[ELF] - Update comment. NFC.

llvm-svn: 277147
This commit is contained in:
George Rimar 2016-07-29 15:07:11 +00:00
parent 8b3dc876ea
commit eaee2af51e
1 changed files with 1 additions and 4 deletions

View File

@ -74,10 +74,7 @@ static bool match(ArrayRef<StringRef> Patterns, StringRef S) {
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() {