rust/compiler/rustc_codegen_ssa
Jens Reidel 8791ef8a2a rustc_codegen_ssa: Don't skip target-features after crt-static
The current behaviour introduced by commit
a50a3b8e31 would discard any
target features specified after crt-static (the only member of
RUSTC_SPECIFIC_FEATURES). This is because it returned instead of
continuing processing the next flag.

Signed-off-by: Jens Reidel <adrian@travitia.xyz>
(cherry picked from commit 664d742933)
2025-07-24 09:54:11 -07:00
..
src rustc_codegen_ssa: Don't skip target-features after crt-static 2025-07-24 09:54:11 -07:00
Cargo.toml CodeGen: rework Aggregate implemention for rvalue_creates_operand cases 2025-06-17 18:59:22 -07:00
messages.ftl Port #[no_mangle] to new attribute parsing infrastructure 2025-06-22 22:17:04 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.