rust/compiler/rustc_codegen_ssa
Matthias Krüger 73ea8d7fdc
Rollup merge of #141035 - lqd:lld-warn, r=Mark-Simulacrum
turn lld warning on old gccs into info log

As discussed in #140964 and IRL, this PR switches the spammy warning shown unconditionally when an old gcc doesn't support `-fuse-ld=lld` and we retry linking without it, to an info debug log so we don't lose it.

r? `@Mark-Simulacrum`

Fixes #140964
2025-05-17 15:45:21 +02:00
..
2025-03-24 19:38:16 +03:00

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