Skip to content

Commit 95318f8

Browse files
committed
Link a linking issue
1 parent bfba6ef commit 95318f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/builder.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,8 @@ impl<'a> Builder<'a> {
949949
}
950950
}
951951

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

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

0 commit comments

Comments
 (0)