]> git.lizzy.rs Git - rust.git/commitdiff
Link a linking issue
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Wed, 29 Jan 2020 17:03:13 +0000 (18:03 +0100)
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Wed, 29 Jan 2020 17:05:36 +0000 (18:05 +0100)
src/bootstrap/builder.rs

index 008af975c33fb77eb9cea62226d04d62caaca7fb..56d8944e0dd0b112b41d491b548d9f30d6d5bbde 100644 (file)
@@ -949,7 +949,8 @@ pub fn cargo(
             }
         }
 
-        // 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`