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

Prevent unwinding past FFI boundaries #46833

Merged
merged 3 commits into from
Dec 24, 2017
Merged

Commits on Dec 21, 2017

  1. Mir: Add Terminatorkind::Abort

    The Abort Terminatorkind will cause an llvm.trap function call to be
    emitted.
    
    Signed-off-by: David Henningsson <diwic@ubuntu.com>
    diwic committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    dd6127e View commit details
    Browse the repository at this point in the history
  2. Mir: Abort on nounwind ABIs

    Generate Abort instead of Resume terminators on nounwind ABIs.
    
    rust-lang#18510
    
    Signed-off-by: David Henningsson <diwic@ubuntu.com>
    diwic committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    f536143 View commit details
    Browse the repository at this point in the history
  3. Mir: fixup nits in previous commit (f536143)

    As suggested by arielb1.
    
    Closes rust-lang#18510
    
    Signed-off-by: David Henningsson <diwic@ubuntu.com>
    diwic committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    4910ed2 View commit details
    Browse the repository at this point in the history