-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Conversation
r=me, thanks! Looks like there's a travis failure though? |
7fdc596
to
3e2c81c
Compare
It should be fixed now. |
@bors: r+ |
📌 Commit 3e2c81c has been approved by |
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 |
@bors: rollup |
☔ The latest upstream changes (presumably #48608) made this pull request unmergeable. Please resolve the merge conflicts. |
It isn't a valid LLVM feature for this architecture.
3e2c81c
to
f756ad3
Compare
Fixed merge conflict. |
@bors: r+ |
📌 Commit f756ad3 has been approved by |
…chton Add AArch64 features to whitelist
r? @alexcrichton