lang/rust*: Add link to upstream issue for the LLVM STAGEDIR bug

This commit is contained in:
Tobias Kortkamp 2019-05-29 08:12:21 +00:00
parent b32780df83
commit bebaf73f0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502938
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,8 @@
Avoid unnecessarily restarting the LLVM build and installing it Avoid unnecessarily restarting the LLVM build and installing it
into STAGEDIR during the install phase. into STAGEDIR during the install phase.
https://github.com/rust-lang/rust/issues/61206
--- src/bootstrap/native.rs.orig 2019-05-22 05:39:52 UTC --- src/bootstrap/native.rs.orig 2019-05-22 05:39:52 UTC
+++ src/bootstrap/native.rs +++ src/bootstrap/native.rs
@@ -92,17 +92,9 @@ impl Step for Llvm { @@ -92,17 +92,9 @@ impl Step for Llvm {

View file

@ -1,6 +1,8 @@
Avoid unnecessarily restarting the LLVM build and installing it Avoid unnecessarily restarting the LLVM build and installing it
into STAGEDIR during the install phase. into STAGEDIR during the install phase.
https://github.com/rust-lang/rust/issues/61206
--- src/bootstrap/native.rs.orig 2019-05-22 05:39:52 UTC --- src/bootstrap/native.rs.orig 2019-05-22 05:39:52 UTC
+++ src/bootstrap/native.rs +++ src/bootstrap/native.rs
@@ -92,17 +92,9 @@ impl Step for Llvm { @@ -92,17 +92,9 @@ impl Step for Llvm {