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

[LLVM 4.0] Set EH personality when resuming stack unwinding #37862

Merged

Commits on Nov 18, 2016

  1. [LLVM 4.0] Set EH personality when resuming stack unwinding

    To resume stack unwinding, the LLVM `resume` instruction must be used.
    
    In order to use this instruction, the calling function must have an
    exception handling personality set.
    
    LLVM 4.0 adds a new IR validation check to ensure a personality is
    always set in these cases.
    
    This was introduced in [r277360](https://reviews.llvm.org/rL277360).
    Dylan McKay authored and shepmaster committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    84415ea View commit details
    Browse the repository at this point in the history