[LLD][COFF] Partial sections
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Mon, 28 Jan 2019 01:45:35 +0000 (01:45 +0000)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Mon, 28 Jan 2019 01:45:35 +0000 (01:45 +0000)
commit864d2639f1be8733c4390a812f742de14c9ade05
treed21b9805cbb1fbeffaa0ea38222034bd80fe7762
parent225eb75a10adea9feffb52ce5fce999257fb3ddf
[LLD][COFF] Partial sections

Persist (input) sections that make up an OutputSection. This is a supporting patch for the upcoming D54802.

Differential Revision: https://reviews.llvm.org/D55293

llvm-svn: 352336
lld/COFF/Writer.cpp