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

llvm_asm has been removed #18

Closed
bergwolf opened this issue Feb 28, 2022 · 2 comments
Closed

llvm_asm has been removed #18

bergwolf opened this issue Feb 28, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@bergwolf
Copy link

llvm_asm has been removed in rust-lang/rust#92816 and the crate no longer compiles with the latest nightly.

XuShaohua added a commit that referenced this issue Mar 1, 2022
@XuShaohua XuShaohua added the bug Something isn't working label Mar 1, 2022
@XuShaohua
Copy link
Owner

It was replaced. Thx.

@XuShaohua
Copy link
Owner

Unlike llvm_asm!, asm! is only available on x86 and arm platforms (and risc-v), so the C shim code is used on other architectures in rust nightly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants