[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)
commit9786d3d019f1486d209af67bd18adfc8971a116e
treeba372221de1e6c99d9eee3943870b3a3d392f392
parent1d6cc768e544807992d000f62973f11f2a9000d2
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232246 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/dsymutil/X86/basic-linking-x86.test
test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
test/tools/dsymutil/X86/basic-lto-linking-x86.test
tools/dsymutil/DwarfLinker.cpp