Skip to content

Commit

Permalink
Link a linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Jan 29, 2020
1 parent bfba6ef commit 95318f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bootstrap/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,8 @@ impl<'a> Builder<'a> {
}
}

// FIXME: Don't use LLD if we're compiling libstd, since it fails to link it.
// FIXME: Don't use LLD if we're compiling libtest, since it fails to link it.
// See https://github.com/rust-lang/rust/issues/68647.
let can_use_lld = mode != Mode::Std;

// FIXME: The beta compiler doesn't pick the `lld-link` flavor for `*-pc-windows-msvc`
Expand Down

0 comments on commit 95318f8

Please sign in to comment.