We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414482f commit 55ad9cdCopy full SHA for 55ad9cd
compiler/rustc_codegen_ssa/src/back/link.rs
@@ -768,7 +768,7 @@ fn link_natively(
768
&& cmd.get_args().iter().any(|e| e.to_string_lossy() == "-fuse-ld=lld")
769
{
770
info!("linker output: {:?}", out);
771
- warn!("The linker driver does not support `-fuse-ld=lld`. Retrying without it.");
+ info!("The linker driver does not support `-fuse-ld=lld`. Retrying without it.");
772
for arg in cmd.take_args() {
773
if arg.to_string_lossy() != "-fuse-ld=lld" {
774
cmd.arg(arg);
0 commit comments