llvm-project/lld/test
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
..
Driver [Gnu] -L paths is not positional. 2013-11-25 03:55:34 +00:00
Unit [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 18:51:17 +00:00
core Fix Weak External symbol handling. 2013-11-20 20:51:55 +00:00
darwin [mach-o] revert gunk added to test cases to debug build bot failures 2013-11-08 23:18:51 +00:00
elf [Gnu] Ignore unknown arguments, and print message. 2013-11-25 04:22:11 +00:00
pecoff [PECOFF] Add a generic section writer. 2013-11-27 00:55:45 +00:00
CMakeLists.txt Add llc to check-lld deps. We use the command in lit.cfg. 2013-09-02 23:26:00 +00:00
linker-script.test [lld][ELF] Add parser for linker script ENTRY command 2013-06-03 18:05:21 +00:00
lit.cfg [PECOFF] Add a test for the resource file. 2013-11-04 05:17:54 +00:00
lit.site.cfg.in [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 18:51:17 +00:00