From 95318f8d859dc55cc5e06722c96f6e492529d6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20K=C3=A5re=20Alsaker?= Date: Wed, 29 Jan 2020 18:03:13 +0100 Subject: [PATCH] Link a linking issue --- src/bootstrap/builder.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 008af975c33f..56d8944e0dd0 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -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`