Skip to content
  • Rui Ueyama's avatar
    [PECOFF] Align .edata fields on natural boundaries. · 3a136547
    Rui Ueyama authored
    The only data in .edata whose length varies is the string. This patch moves
    all the strings to the end of the section, so that 16-bit or 32-bit integers
    are aligned on correct boundaries.
    
    llvm-svn: 197213
    3a136547
Loading