-
Notifications
You must be signed in to change notification settings - Fork 37
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
Support rustc_codegen_cranelift
#252
Comments
Fyi, this project is unmaintained. You might want to try this issue on |
Already found that out and did that shortly after creating this issue here. Thanks 👍 |
Oh, great. Anyways, it is a good documentation for whoever stumbles upon this issue. |
I'll link to the issue on the other repo, which was answered turned into an FAQ item, for whoever finds this: |
It would be nice if cargo-asm supported
rustc_codegen_cranelift
. It would be nice for comparing the output of Cranelift and LLVM.In order to make rustc use Cranelift, I have installed it following these instructions: https://github.com/rust-lang/rustc_codegen_cranelift
My project's
Cargo.toml
looks like this:The output I get when running
cargo asm
is:The text was updated successfully, but these errors were encountered: