llvm-project/lld/test
Rui Ueyama 548d22c073 COFF: ICF should not merge sectinos if their alignments are not the same.
There's actually a room to improve this patch. Instead of not merging
sections that have different alignements, we can choose the section that
has the largest alignment requirement among all sections that are otherwise
considered the same. Then all section alignments are satisfied, so we can
merge them.

I don't know if that improvement could make any difference for real-world
input, so I'll leave it alone. Would be interesting to revisit later.

llvm-svn: 248581
2015-09-25 16:50:12 +00:00
..
COFF COFF: ICF should not merge sectinos if their alignments are not the same. 2015-09-25 16:50:12 +00:00
Driver Remove trailing whitespace characters. 2015-04-27 17:18:04 +00:00
LinkerScript Add PHDR and FILL parsing. 2015-05-28 00:14:58 +00:00
Unit [lit] Python 3. 2014-03-26 00:53:48 +00:00
core Delete unnecessary generality in loadFile. 2015-04-24 15:51:45 +00:00
darwin Delete unnecessary generality in loadFile. 2015-04-24 15:51:45 +00:00
elf [Mips] Rejects all --hash-style arguments except 'sysv' in case of MIPS target 2015-09-16 13:36:32 +00:00
elf2 ELF2: Support reponse files. 2015-09-25 15:37:33 +00:00
mach-o [MachO] Use llvm-readobj in lieu of macho-dump. 2015-09-22 17:31:01 +00:00
CMakeLists.txt [MachO] Use llvm-readobj in lieu of macho-dump. 2015-09-22 17:31:01 +00:00
lit.cfg Add a big endian testcase. 2015-08-05 23:40:20 +00:00
lit.site.cfg.in [lit] Python 3. 2014-03-26 00:53:48 +00:00