[dsymutil] Support and relocate base address selection entries for debug_locSince r374600 clang emits base address selection entries. Currentlydsymutil does not support these entries and incorrect
[dsymutil] Support and relocate base address selection entries for debug_locSince r374600 clang emits base address selection entries. Currentlydsymutil does not support these entries and incorrectly interprets themas location list entries.This patch adds support for base address selection entries in dsymutiland makes sure they are relocated correctly.Thanks to Dave for coming up with the test case!Differential revision: https://reviews.llvm.org/D69005llvm-svn: 374957
show more ...