In preparation for inserting Thunks into InputSectionDescriptions this simple change associates added Thunks with a vector of InputSections instead of an OutputSection. As of now we are just using OutputSection::Sections.
This is patch 1 of 3 of converting createThunks to insert into InputSectionDescriptions.