[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)
commit5a62dc3793b6bdcbd8e2d07907f5ab803d628da8
tree255db2daa876be604a4e36046933ac58b2fb3e94
parent111a0a8305b31c4e3b1b714272316d49f32e0310
[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.

llvm-svn: 232192
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