From b186784773feb6095ca1a2007b8eb33ad150bfb0 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 18 Feb 2023 13:30:12 +0200 Subject: [PATCH 1/3] add Dev Desktops note --- src/backend/updating-llvm.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/backend/updating-llvm.md b/src/backend/updating-llvm.md index 38fbb2e44..1aff65203 100644 --- a/src/backend/updating-llvm.md +++ b/src/backend/updating-llvm.md @@ -174,7 +174,9 @@ keep in mind while going through them: * LLVM bugs are hard to find, don't hesitate to ask for help! Bisection is definitely your friend here (yes LLVM takes forever to build, yet bisection is - still your friend) + still your friend). + Note that you can make use of [Dev Desktops], + an initiative to provide remote access to powerful hardware to developers of Rust. * If you've got general questions, [wg-llvm] can help you out. * Creating branches is a privileged operation on GitHub, so you'll need someone with write access to create the branches for you most likely. @@ -184,3 +186,4 @@ keep in mind while going through them: [llvm/llvm-project repository]: https://github.com/llvm/llvm-project [`llvm-wrapper`]: https://github.com/rust-lang/rust/tree/master/compiler/rustc_llvm/llvm-wrapper [wg-llvm]: https://rust-lang.zulipchat.com/#narrow/stream/187780-t-compiler.2Fwg-llvm +[Dev Desktops]: https://forge.rust-lang.org/infra/docs/dev-desktop.html From 5995d7da17b1fa623bdb28039275266c6ad71365 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 18 Feb 2023 13:31:10 +0200 Subject: [PATCH 2/3] fmt --- src/backend/updating-llvm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/updating-llvm.md b/src/backend/updating-llvm.md index 1aff65203..7079e65dd 100644 --- a/src/backend/updating-llvm.md +++ b/src/backend/updating-llvm.md @@ -172,9 +172,9 @@ so let's go through each in detail. Ideally the above instructions are pretty smooth, but here's some caveats to keep in mind while going through them: -* LLVM bugs are hard to find, don't hesitate to ask for help! Bisection is - definitely your friend here (yes LLVM takes forever to build, yet bisection is - still your friend). +* LLVM bugs are hard to find, don't hesitate to ask for help! + Bisection is definitely your friend here + (yes LLVM takes forever to build, yet bisection is still your friend). Note that you can make use of [Dev Desktops], an initiative to provide remote access to powerful hardware to developers of Rust. * If you've got general questions, [wg-llvm] can help you out. From 1bd7aa5cdab05a32a8e5af03a1ceb8fcbf1cf13d Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 18 Feb 2023 14:09:18 +0200 Subject: [PATCH 3/3] accept review suggestion Co-authored-by: Yuki Okushi --- src/backend/updating-llvm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/updating-llvm.md b/src/backend/updating-llvm.md index 7079e65dd..009468b2e 100644 --- a/src/backend/updating-llvm.md +++ b/src/backend/updating-llvm.md @@ -176,7 +176,7 @@ keep in mind while going through them: Bisection is definitely your friend here (yes LLVM takes forever to build, yet bisection is still your friend). Note that you can make use of [Dev Desktops], - an initiative to provide remote access to powerful hardware to developers of Rust. + which is an initiative to provide the contributors with remote access to powerful hardware. * If you've got general questions, [wg-llvm] can help you out. * Creating branches is a privileged operation on GitHub, so you'll need someone with write access to create the branches for you most likely.