Skip to content
  • Richard Mitton's avatar
    Fixed debug_aranges handling for common symbols. · 089ed89e
    Richard Mitton authored
    The size of common symbols is now tracked correctly, so they can be listed in the arange section without needing knowledge of other following symbols.
    
    .comm (and .lcomm) do not indicate to the system assembler any particular section to use, so we have to treat them as having no section.
    
    Test case update to account for this.
    
    llvm-svn: 191210
    089ed89e
Loading