summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Breakpad
diff options
context:
space:
mode:
authorDavid Stenberg <david.stenberg@ericsson.com>2019-04-09 07:46:09 +0000
committerDavid Stenberg <david.stenberg@ericsson.com>2019-04-09 07:46:09 +0000
commit93b497a61d205088ad14e3ec7e7abc91e33592fe (patch)
tree811c3607bc33d53d6589bbfbd445e3ace5d0967f /lldb/source/Plugins/ObjectFile/Breakpad
parente043dadcad2e84a8fecb57efbbbd3f55b1b3a422 (diff)
downloadbcm5719-llvm-93b497a61d205088ad14e3ec7e7abc91e33592fe.tar.gz
bcm5719-llvm-93b497a61d205088ad14e3ec7e7abc91e33592fe.zip
[DebugInfo] Remove redundant DebugLocEntry::MergeValues() function, NFC
Summary: The MergeValues() function would try to merge two entries if they shared the same beginning label. Having the same beginning label means that the former entry's range would be empty; however, after D55919 we no longer create entries for empty ranges, so we can no longer land in a situation where that check in MergeValues would succeed. Instead, the "merging" is done by keeping the live values from the preceding empty ranges in OpenRanges, and adding them to the first non-empty range. Reviewers: aprantl, dblaikie, loladiro Reviewed By: aprantl Subscribers: llvm-commits Tags: #debug-info, #llvm Differential Revision: https://reviews.llvm.org/D59301 llvm-svn: 357974
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/Breakpad')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud