-
Notifications
You must be signed in to change notification settings - Fork 103
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
Use rustc_codegen_ssa #170
Comments
Now that rust-lang/rust#56048 is merged. f4ae9a4 starts using |
Should this issue be closed if master uses rustc_codegen_ssa? |
Currently only a small part of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Introduced in rust-lang/rust#55627
This will reduce duplication between
rustc_codegen_llvm
andrustc_codegen_cranelift
and will make it easier to implement not yet implemented stuff.Blocked on rust-lang/rust#56048 (rustc_codegen_ssa
didn't get included in the sysroot)I am working on this in the wip_use_cg_ssa branch.
The text was updated successfully, but these errors were encountered: