Files
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
..
2020-08-30 18:45:07 +03:00