-
Notifications
You must be signed in to change notification settings - Fork 270
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
Migration from llvm_asm! to asm! #904
Comments
This would be nice for cg_clif as only |
As noted in rust-lang/rust#76669 (comment) , we have to support LLVM 8 (which is currently the minimum supported version). |
Note: Some architectures currently aren't supported by |
It looks like all of the current The only other use is in |
The implementation is the same (where possible), and it unblocks rust-lang#904 Signed-off-by: Joe Richey <[email protected]>
The implementation is the same (where possible), and it unblocks #904 Signed-off-by: Joe Richey <[email protected]>
Not really a high priority task, but it would be nice to see official rust crates
using new recommended language features over old ones.
Related issues/PRs:
asm!
) rust#72016The text was updated successfully, but these errors were encountered: