llvm-project/lld/test/pecoff
Rui Ueyama e0e28d059b [PECOFF] Take into account all sections when setting size fields in the PE header
This patch changes lld to go through all sections while calculating the size
for SizeOfCode, SizeOfInitializedData and SizeOfUninitializedData fields in the
PE header, instead of using only a small set of hard-coded sections.

This only really changes SizeOfInitializedData which didn't include .reloc
section before this patch.

Patch by Ron Ofir.

llvm-svn: 190799
2013-09-16 17:39:26 +00:00
..
Inputs [PECOFF] Fix alignment bug. 2013-09-13 21:11:00 +00:00
alignment.test [PECOFF] Fix alignment bug. 2013-09-13 21:11:00 +00:00
base-reloc.test [PECOFF] Add DISCARDABLE characteristic to .reloc section 2013-09-16 17:35:13 +00:00
baseaddr.test [PECOFF] Verify parameter in validateImpl() not in the driver. 2013-09-03 22:57:00 +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 Remove hard-coded leading underscore from entry symbol. 2013-09-12 05:09:01 +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
entry.test Partially revert r189718 to add entry symbol to dead strip root. 2013-09-03 01:00:01 +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] Take into account all sections when setting size fields in the PE header 2013-09-16 17:39:26 +00:00
imagebase.test Remove hard-coded leading underscore from entry symbol. 2013-09-12 05:09:01 +00:00
importlib.test [lld][tests] Fix buildbot failure on darwin 2013-09-12 18:10:20 +00:00
include.test [lld][LinkingContext] Atoms created from command line options should be available in YAML 2013-08-31 05:27:38 +00:00
lib.test Remove hard-coded leading underscore from entry symbol. 2013-09-12 05:09:01 +00:00
multi.test Remove hard-coded leading underscore from entry symbol. 2013-09-12 05:09:01 +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 Remove hard-coded leading underscore from entry symbol. 2013-09-12 05:09:01 +00:00
weak-external.test [PECOFF] Handle weak external symbols. 2013-09-12 21:42:52 +00:00