[dsymutil] Add relocation of compile_units low_pc/high_pc.
authorFrederic Riss <friss@apple.com>
Fri, 13 Mar 2015 18:35:54 +0000 (18:35 +0000)
committerFrederic Riss <friss@apple.com>
Fri, 13 Mar 2015 18:35:54 +0000 (18:35 +0000)
commit27db519bfd642d405818a0e01ff205f2bd00a532
treebd436d2f5305af864c8af18975a2d7f9404d13d5
parent3a5c1173c5fa782f9fff59b7e867bfac6ab03a7d
[dsymutil] Add relocation of compile_units low_pc/high_pc.

They need to be handled specifically as they could vary pretty
widely depending on how the linker moves functions around.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232192 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