aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-08-06 08:18:39 +0000
committerPavel Labath <pavel@labath.sk>2019-08-06 08:18:39 +0000
commit001ecbde1112356f7c820037ef1e3ca75f03be3b (patch)
tree9e61d4e080931d5f9d4e42ccb8eb7f8da809d88c /llvm/lib/Object/MachOObjectFile.cpp
parent1b3718e609c9fd7c8af09d9c9f17e2937847fb38 (diff)
downloadllvm-001ecbde1112356f7c820037ef1e3ca75f03be3b.zip
llvm-001ecbde1112356f7c820037ef1e3ca75f03be3b.tar.gz
llvm-001ecbde1112356f7c820037ef1e3ca75f03be3b.tar.bz2
SymbolVendorELF: Perform build-id lookup even without a debug link
Summary: The debug link and build-id lookups are two independent ways one can search for a separate symbol file. However, our implementation in SymbolVendorELF was tying the two together and refusing to look up the symbol file based on a build id if the file did not contain a debug link. This patch makes it possible to search for the symbol file with just one of the two methods available. To demonstrate, I split the build-id-case test into two, so that we test the search using both methods. Reviewers: jankratochvil, mgorny, clayborg, espindola, alexshap Subscribers: emaste, arichardson, MaskRay, lldb-commits Differential Revision: https://reviews.llvm.org/D65561 llvm-svn: 367994
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions