Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WebAssembly] Fix resume-only case in Emscripten EH #36

Merged
merged 1 commit into from
Jan 24, 2020

Commits on Jan 24, 2020

  1. [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
    aheejin authored and tlively committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    b5d9d20 View commit details
    Browse the repository at this point in the history