Skip to content

Emit proper lifetime start intrinsics for personality slots #40908

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

Merged
merged 2 commits into from
Apr 6, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Ignore tests for the personality slot lifetimes on MSVC
Exception handling on MSVC targets doesn't use personality slots.
  • Loading branch information
dotdash committed Mar 31, 2017
commit 0ba7da344935c553d6c45364e45246729abf6ac1
2 changes: 2 additions & 0 deletions src/test/codegen/personality_lifetimes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-msvc

// compile-flags: -O -C no-prepopulate-passes

#![crate_type="lib"]
Expand Down