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 AArch64 features to whitelist #48570

Merged
merged 2 commits into from
Mar 2, 2018
Merged

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented Feb 27, 2018

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 27, 2018
@alexcrichton
Copy link
Member

r=me, thanks!

Looks like there's a travis failure though?

@Amanieu Amanieu force-pushed the aarch64_features branch 2 times, most recently from 7fdc596 to 3e2c81c Compare February 27, 2018 04:35
@Amanieu
Copy link
Member Author

Amanieu commented Feb 27, 2018

It should be fixed now.

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Feb 27, 2018

📌 Commit 3e2c81c has been approved by alexcrichton

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 27, 2018
@gnzlbg
Copy link
Contributor

gnzlbg commented Feb 27, 2018

LGTM. We spoke about this on IRC and doing the same thing that clang and gcc do is the only reasonable thing that can be done here for the time being. If we ever get a backend with finer-grained control we can always add finer-grained features.

Run-time feature detection would need to some of these as a bundle in stdsimd but that can be done.

@alexcrichton
Copy link
Member

@bors: rollup

@bors
Copy link
Contributor

bors commented Feb 28, 2018

☔ The latest upstream changes (presumably #48608) made this pull request unmergeable. Please resolve the merge conflicts.

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Feb 28, 2018
It isn't a valid LLVM feature for this architecture.
@Amanieu
Copy link
Member Author

Amanieu commented Feb 28, 2018

Fixed merge conflict.

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Feb 28, 2018

📌 Commit f756ad3 has been approved by alexcrichton

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Feb 28, 2018
bors added a commit that referenced this pull request Feb 28, 2018
Rollup of 10 pull requests

- Successful merges: #48355, #48359, #48380, #48419, #48420, #48461, #48522, #48570, #48572, #48603
- Failed merges:
Manishearth pushed a commit to Manishearth/rust that referenced this pull request Mar 1, 2018
@bors bors merged commit f756ad3 into rust-lang:master Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants