[dsymutil] Generate debug_aranges section.
authorFrederic Riss <friss@apple.com>
Sat, 14 Mar 2015 03:46:51 +0000 (03:46 +0000)
committerFrederic Riss <friss@apple.com>
Sat, 14 Mar 2015 03:46:51 +0000 (03:46 +0000)
commit563b1b057a3dc8d5600559c302651eaba86b4f9f
tree7e55c6ccf5d2fb5133b7a4cf46328f67b3133d22
parent3cced05a4404cd4fad11bfa404245eebdff68892
[dsymutil] Generate debug_aranges section.

This actually shares most of its implementation with the  generation
of the debug_ranges (the absence of 'a' is not a typo) contribution
for the unit's DW_AT_ranges attribute.

llvm-svn: 232246
llvm/test/tools/dsymutil/X86/basic-linking-x86.test
llvm/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
llvm/test/tools/dsymutil/X86/basic-lto-linking-x86.test
llvm/tools/dsymutil/DwarfLinker.cpp