hanchenye-llvm-project/lld/test/pecoff
Rui Ueyama d4b9d068f0 [PECOFF] Fix bug that section grouping may lay out atoms in a wrong order.
We added layout edges to the head atoms in grouped sections. That was wrong,
because the head atom needs to be followed by the other atoms in the *same*
section, not by the other section contents. With this patch, layout edges are
added from tail atom, which is the last atom in a section, to head atom.

llvm-svn: 189573
2013-08-29 07:46:23 +00:00
..
Inputs [PECOFF] Fix bug that section grouping may lay out atoms in a wrong order. 2013-08-29 07:46:23 +00:00
base-reloc.test [PECOFF] Add the entry symbol and /include symbols to dead strip root set. 2013-08-27 05:15:20 +00:00
baseaddr.test [PECOFF] Add the entry symbol and /include symbols to dead strip root set. 2013-08-27 05:15:20 +00:00
bss-section.test [PECOFF] Enable dead-stripping by default to match link.exe behavior. 2013-08-27 03:38:18 +00:00
comdat.test [PECOFF] Add the entry symbol and /include symbols to dead strip root set. 2013-08-27 05:15:20 +00:00
common-symbol.test [PECOFF] Enable dead-stripping by default to match link.exe behavior. 2013-08-27 03:38:18 +00:00
drectve.test Treat entry point symbol as an undefined atom. 2013-08-27 03:18:11 +00:00
dynamicbase.test [PECOFF] Add the entry symbol and /include symbols to dead strip root set. 2013-08-27 05:15:20 +00:00
grouped-sections.test [PECOFF] Enable dead-stripping by default to match link.exe behavior. 2013-08-27 03:38:18 +00:00
hello.test [PECOFF] Fix bug that atom size was sometimes wrong. 2013-08-29 07:34:58 +00:00
imagebase.test [PECOFF] Enable dead-stripping by default to match link.exe behavior. 2013-08-27 03:38:18 +00:00
importlib.test [PECOFF] Enable dead-stripping by default to match link.exe behavior. 2013-08-27 03:38:18 +00:00
include.test [PECOFF] Enable dead-stripping by default to match link.exe behavior. 2013-08-27 03:38:18 +00:00
lib.test [PECOFF] Fix bug that section grouping may lay out atoms in a wrong order. 2013-08-29 07:46:23 +00:00
multi.test [PECOFF] Fix bug that section grouping may lay out atoms in a wrong order. 2013-08-29 07:46:23 +00:00
reloc.test [PECOFF] Enable dead-stripping by default to match link.exe behavior. 2013-08-27 03:38:18 +00:00
trivial.test [PECOFF] Enable dead-stripping by default to match link.exe behavior. 2013-08-27 03:38:18 +00:00