Move "Assigned" bit from SectionBase to InputSectionBase.
This bit is to manage whether an input section has already been assigned to some output section by linker scripts or not. So it logically belongs to InputSectionBase. SectionBase is a common base class for input and output sections, so that wasn't the right place to define the bit. llvm-svn: 316879
Loading
Please sign in to comment