Skip to content
  1. Sep 27, 2013
  2. Sep 26, 2013
  3. Sep 25, 2013
  4. Sep 24, 2013
  5. Sep 23, 2013
  6. Sep 20, 2013
  7. Sep 19, 2013
  8. Sep 18, 2013
  9. Sep 17, 2013
  10. Sep 16, 2013
    • Rui Ueyama's avatar
      [PECOFF] Take into account all sections when setting size fields in the PE header · e0e28d05
      Rui Ueyama authored
      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
      e0e28d05
Loading