Expand a comment. NFC.

llvm-svn: 296114
This commit is contained in:
Rafael Espindola 2017-02-24 13:06:59 +00:00
parent 4c8767fa55
commit 798ad9a1e8
1 changed files with 4 additions and 1 deletions

View File

@ -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();