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

Migrate asm! to llvm_asm! #20

Merged
merged 1 commit into from
Jun 10, 2020

Conversation

paulkernfeld
Copy link

@paulkernfeld paulkernfeld commented May 22, 2020

Replace uses of asm! with llvm_asm!, add the llvm_asm feature
Tracking Issue for LLVM-style inline assembly
cargo test now passes for me with rustc 1.45.0-nightly (9310e3bd4 2020-05-21)

Replace uses of asm! with llvm_asm!, add the llvm_asm feature
[Tracking Issue for LLVM-style inline
assembly](rust-lang/rust#70173)
`cargo test` now passes for me with rustc 1.45.0-nightly
(9310e3bd4 2020-05-21)
@kvark
Copy link

kvark commented May 22, 2020

We'd also need a patch release for this, obviously. This is currently blocking our CI in wgpu.

@Xudong-Huang
Copy link
Owner

Thanks! I was so busy to notice this change. will create a path release soon!

@paulkernfeld paulkernfeld deleted the asm-to-llvm-asm branch June 10, 2020 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants