diff options
author | Heejin Ahn <aheejin@gmail.com> | 2020-01-23 16:39:32 -0800 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2020-01-23 18:13:52 -0800 |
commit | 580d7838dd08e13dac6caf4ab3142c9381bc7ad0 (patch) | |
tree | f7cb2e5939baddf8b1c9fa5df635e3a42da3ecbc /lldb/unittests/ScriptInterpreter/Python | |
parent | 838a28e234e098bfc073a45f37a4dd3bb5b45eab (diff) | |
download | llvm-580d7838dd08e13dac6caf4ab3142c9381bc7ad0.zip llvm-580d7838dd08e13dac6caf4ab3142c9381bc7ad0.tar.gz llvm-580d7838dd08e13dac6caf4ab3142c9381bc7ad0.tar.bz2 |
[WebAssembly] Fix resume-only case in Emscripten EH
Summary:
D72308 incorrectly assumed `resume` cannot exist without a `landingpad`,
which is not true. This sets `Changed` to true whenever we make changes
to a function, including creating a call to `__resumeException` within a
function without a landing pad.
Reviewers: tlively
Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, sunfish, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73308
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions