llvm-project/lld/lib
Rui Ueyama 3e873b0578 [PECOFF] Add a generic section writer.
Instead of having multiple SectionChunks for each section (.text, .data,
.rdata and .bss), we could have one chunk writer that can emit any sections.
This patch does that -- removing all section-sepcific chunk writers and
replace them with one "generic" writer.

This change should simplify the code because it eliminates similar-but-
slightly-different classes.

It also fixes an issue in the previous design. Before this patch, we could
emit only limited set of sections (i.e. .text, .data, .rdata and .bss). With
this patch, we can emit any sections.

llvm-svn: 195797
2013-11-27 00:55:45 +00:00
..
Core Early return. 2013-11-25 17:09:29 +00:00
Driver [PECOFF] Fix parameter mapping for /section. 2013-11-26 17:57:05 +00:00
Passes Use early continue. Style fix. No functionality change. 2013-11-19 06:10:13 +00:00
ReaderWriter [PECOFF] Add a generic section writer. 2013-11-27 00:55:45 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00