## Features that we would like to see ### Required (we almost certainly want them) ### Nice to have (not critical, we could workaround if needed, etc.) ### Low priority (we will likely not use them in the end) ### Done (stabilized, fixed, not needed anymore, etc.) - [x] Support `-Crelocation-model`. + Issue: https://github.com/rust-lang/rustc_codegen_gcc/issues/205. + PR: https://github.com/rust-lang/rustc_codegen_gcc/pull/578. - [x] `rustup` distribution. + Issue: https://github.com/rust-lang/rustc_codegen_gcc/issues/465. + PR: https://github.com/rust-lang/rust/pull/151156 (1.95). - [x] Use rust target triple instead of LLVM's. + PR: https://github.com/rust-lang/rustc_codegen_gcc/pull/954 (1.99). - [x] Load libgccjit from the LLVM target path as a fallback. + This is intended to fix the Rust for Linux CI with `rustc_codegen_gcc`. + PR: https://github.com/rust-lang/rustc_codegen_gcc/pull/956. --- ## Bugs that we would like to see fixed ### Required (we almost certainly want them) ### Nice to have (probably not critical, we could workaround if needed, etc.) ### Low priority (we will likely not use them in the end) ### Done (stabilized, fixed, or not needed anymore, etc.)
Features that we would like to see
Required (we almost certainly want them)
Nice to have (not critical, we could workaround if needed, etc.)
Low priority (we will likely not use them in the end)
Done (stabilized, fixed, not needed anymore, etc.)
Support
-Crelocation-model.rustupdistribution.Use rust target triple instead of LLVM's.
Load libgccjit from the LLVM target path as a fallback.
rustc_codegen_gcc.Bugs that we would like to see fixed
Required (we almost certainly want them)
Nice to have (probably not critical, we could workaround if needed, etc.)
Low priority (we will likely not use them in the end)
Done (stabilized, fixed, or not needed anymore, etc.)