[lld] r296114 - Expand a comment. NFC.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 24 05:06:59 PST 2017
Author: rafael
Date: Fri Feb 24 07:06:59 2017
New Revision: 296114
URL: http://llvm.org/viewvc/llvm-project?rev=296114&view=rev
Log:
Expand a comment. NFC.
Modified:
lld/trunk/ELF/InputSection.h
Modified: lld/trunk/ELF/InputSection.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputSection.h?rev=296114&r1=296113&r2=296114&view=diff
==============================================================================
--- lld/trunk/ELF/InputSection.h (original)
+++ lld/trunk/ELF/InputSection.h Fri Feb 24 07:06:59 2017
@@ -248,7 +248,10 @@ public:
EhFrameSection<ELFT> *EHSec = nullptr;
};
-// This corresponds to a non SHF_MERGE section of an input file.
+// This is a section that is added directly to an output section
+// instead of needing special combination via a synthetic section. This
+// includes all input sections with the exceptions of SHF_MERGE and
+// .eh_frame. It also includes the synthetic sections themselves.
class InputSection : public InputSectionBase {
public:
InputSection();
More information about the llvm-commits
mailing list