Expand a comment. NFC.
llvm-svn: 296114
diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h
index 0ad9ceb..6cb895b 100644
--- a/lld/ELF/InputSection.h
+++ b/lld/ELF/InputSection.h
@@ -248,7 +248,10 @@
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();