llvm-project/lld/lib
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
..
Core [PECOFF] Handle weak external symbols. 2013-09-12 21:42:52 +00:00
Driver Output soname. 2013-09-14 19:53:51 +00:00
Passes [lld][LayoutPass] change comments to reflect the sort order 2013-09-12 15:59:34 +00:00
ReaderWriter [PECOFF] Take into account all sections when setting size fields in the PE header 2013-09-16 17:39:26 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00