infer no use of lld when using a generic linker driver
This commit is contained in:
parent
99c1bcfac5
commit
498d6562c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue