infer no use of lld when using a generic linker driver
This commit is contained in:
parent
99c1bcfac5
commit
498d6562c3
@ -338,7 +338,7 @@ impl LinkerFlavor {
|
||||
|| stem == "clang++"
|
||||
|| stem.ends_with("-clang++")
|
||||
{
|
||||
(Some(Cc::Yes), None)
|
||||
(Some(Cc::Yes), Some(Lld::No))
|
||||
} else if stem == "wasm-ld"
|
||||
|| stem.ends_with("-wasm-ld")
|
||||
|| stem == "ld.lld"
|
||||
|
Loading…
x
Reference in New Issue
Block a user