[dsymutil] Find relocations that correspond to debug map entries.
authorFrederic Riss <friss@apple.com>
Fri, 13 Feb 2015 23:18:22 +0000 (23:18 +0000)
committerFrederic Riss <friss@apple.com>
Fri, 13 Feb 2015 23:18:22 +0000 (23:18 +0000)
commit16acc91bc407d1912bcb198f248356fc76d06646
tree9263ada44238610595f63dd304c90b57ca4c9c1a
parente9483b84f0a59a4b680756f3295e3926e0569b23
[dsymutil] Find relocations that correspond to debug map entries.

These 'valid relocations' in the debug_info section will be how
dsymutil identifies the DIEs it needs to keep in the linked debug
information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229178 91177308-0d34-0410-b5e6-96231b3b80d8
tools/dsymutil/DwarfLinker.cpp