about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2020-01-29 18:03:13 +0100
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2020-01-29 18:05:36 +0100
commit95318f8d859dc55cc5e06722c96f6e492529d6ca (patch)
tree2d4e1597a86e453e17b21386cb7da6e770cae24e /src/bootstrap
parentbfba6ef328bbba327cae8918e795c11b89217672 (diff)
Link a linking issue
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/builder.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
index 008af975c33..56d8944e0dd 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`