Don't use a whitelist for use_lld
This commit is contained in:
parent
95318f8d85
commit
2124a85260
1 changed files with 1 additions and 5 deletions
|
|
@ -829,11 +829,7 @@ impl Build {
|
|||
&& !target.contains("msvc")
|
||||
{
|
||||
Some(self.cc(target))
|
||||
} else if can_use_lld
|
||||
&& self.config.use_lld
|
||||
&& target.contains("pc-windows-msvc")
|
||||
&& self.build == target
|
||||
{
|
||||
} else if can_use_lld && self.config.use_lld && self.build == target {
|
||||
Some(&self.initial_lld)
|
||||
} else {
|
||||
None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue