Go to file
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
clang [libclang] Don't report a DecayedType as "unexposed", report it as the original (as written) type. 2013-09-16 17:26:23 +00:00
clang-tools-extra Transform files in a compilation database if no sources are provided. 2013-09-12 20:10:59 +00:00
compiler-rt [ASan] Don't link with pthread on Android 2013-09-16 16:51:49 +00:00
debuginfo-tests Auto-detect the architecture of the executable instead of using the arch of 2013-09-07 20:04:29 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid value for broken_promise). 2013-09-14 18:20:10 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [PECOFF] Take into account all sections when setting size fields in the PE header 2013-09-16 17:39:26 +00:00
lldb Fixes a typo that causes Reserve(X) to both re-allocate the container and 2013-09-16 14:17:27 +00:00
llvm TableGen: fix constness of new comparison function. 2013-09-16 17:33:40 +00:00
polly Fix build after SCEV change 2013-09-10 20:22:17 +00:00