rustc_codegen_cranelift is available on nightly!
rustc_codegen_cranelift is available on nightly!
bjorn3.github.io
Progress report on rustc_codegen_cranelift (Oct 2023)
Quite some exciting progress since the last progress report! There have been 180 commits since the last progress report.
As of today, rustc_codegen_cranelift is available on nightly! :tada: You can run rustup component add rustc-codegen-cranelift-preview --toolchain nightly to install it and then either CARGO_PROFILE_DEV_CODEGEN_BACKEND=cranelift cargo +nightly build to use it for the current invocation or add