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

Add support for uwp targets #398

Merged
merged 1 commit into from
Jun 13, 2019
Merged

Conversation

chouquette
Copy link
Contributor

Hi,

This MR is related to rust-lang/rust#60260, and allows the use of "uwp" as part of the target.

I'm unsure what the best way is, when it comes to cross dependent MRs, so I'll gladly change things according to your reviews!

As noted in the rust-lang MR, the i686 target isn't fully functional, due to a mismatch in the stack unwinding model (LLVM's libunwind assumes SjLj when targeting i686, rust-lang assumes SEH will be available)

Thanks,

@alexcrichton
Copy link
Member

Thanks! I'm gonna try to centralize conversation on rust-lang/rust#60260, so I'll comment there soon.

@chouquette
Copy link
Contributor Author

Updated the PR with the new triplet

@alexcrichton
Copy link
Member

Ok the naming is final enough now that I'm gonna go ahead and merge this.

@alexcrichton alexcrichton merged commit 80deedc into rust-lang:master Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants