[dsymutil] Skip mach-o paired relocations
authorFrederic Riss <friss@apple.com>
Mon, 1 Feb 2016 04:43:14 +0000 (04:43 +0000)
committerFrederic Riss <friss@apple.com>
Mon, 1 Feb 2016 04:43:14 +0000 (04:43 +0000)
commit1d53658eaeb7f1d9215e84b05f04a82c887d83ba
tree0738229d67ef1f6d0dda8e039257e265ba491164
parentefb41741f2b846666aec0a808f89710af8d37e89
[dsymutil] Skip mach-o paired relocations

Noticed while working on scattered relocations.
I do not think these relocs can actually happen in the debug_info section,
but if they happen the code would mishandle them. Explicitely skip them
and warn if we encounter one.

llvm-svn: 259341
llvm/tools/dsymutil/DwarfLinker.cpp