hanchenye-llvm-project/lld
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
..
cmake/modules
docs Update documentation. 2013-09-07 18:01:39 +00:00
include/lld Output soname. 2013-09-14 19:53:51 +00:00
lib [PECOFF] Take into account all sections when setting size fields in the PE header 2013-09-16 17:39:26 +00:00
test [PECOFF] Take into account all sections when setting size fields in the PE header 2013-09-16 17:39:26 +00:00
tools [lld]remove lld-core 2013-05-06 20:24:39 +00:00
unittests [PECOFF] Add a field for machine type to PECOFFLinkingContext. 2013-09-12 19:46:53 +00:00
utils
.arcconfig
.gitignore
CMakeLists.txt CMake: Support the LLVM_INSTALL_TOOLCHAIN_ONLY flag 2013-08-24 00:24:15 +00:00
LICENSE.TXT
README.md

README.md

LLVM Linker (lld)

This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project.

lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.