summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-11-04 09:23:37 +0100
committerRaphael Isemann <teemperor@gmail.com>2019-11-04 09:23:37 +0100
commitdf12a75a19682cfeee12c38ae5113043dddffda8 (patch)
tree0100110f69fa7013f78f677d30b36e5f93665bee /lldb/packages/Python/lldbsuite/test
parentae10661a8121558679463a57dd8661c81895f3ff (diff)
downloadbcm5719-llvm-df12a75a19682cfeee12c38ae5113043dddffda8.tar.gz
bcm5719-llvm-df12a75a19682cfeee12c38ae5113043dddffda8.zip
[lldb] Also disable de-registration of EHFrames in IRExecutionUnit
Summary: We disabled registration by providing an empty `registerEHFrames`, so we should also provide an empty `deregisterEHFrames` in case that function relies on `registerEHFrames` being called before. Currently `deregisterEHFrames` is a no-op anyway as it just iterates over the (empty( list of registered EHFrames and then clear the empty list. Reviewers: davide, JDevlieghere Reviewed By: JDevlieghere Subscribers: JDevlieghere, lldb-commits Tags: #upstreaming_lldb_s_downstream_patches, #lldb Differential Revision: https://reviews.llvm.org/D69713
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud