-
Notifications
You must be signed in to change notification settings - Fork 288
Migration from llvm_asm! to asm! #904
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 <joerichey@google.com>
The implementation is the same (where possible), and it unblocks #904 Signed-off-by: Joe Richey <joerichey@google.com>
Uh oh!
There was an error while loading. Please reload this page.
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: