Skip to content
  • Nico Rieck's avatar
    Use proper section suffix for COFF weak symbols · 7fdaee8f
    Nico Rieck authored
    32-bit symbols have "_" as global prefix, but when forming the name of
    COMDAT sections this prefix is ignored. The current behavior assumes that
    this prefix is always present which is not the case for 64-bit and names
    are truncated.
    
    llvm-svn: 187356
    7fdaee8f
Loading