diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2023-02-18 13:30:12 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2023-02-18 14:10:03 +0200 |
| commit | 79fa0f59410ceb4eb2d63c7ed34a3b38532baaab (patch) | |
| tree | 6a4b21df61774308f19b1ed235c0c64af3f71b67 /src/doc/rustc-dev-guide | |
| parent | 4b8cc1b285fc35a7bab5198e48f8d119453ee2f2 (diff) | |
| download | rust-79fa0f59410ceb4eb2d63c7ed34a3b38532baaab.tar.gz rust-79fa0f59410ceb4eb2d63c7ed34a3b38532baaab.zip | |
add Dev Desktops note
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/backend/updating-llvm.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/updating-llvm.md b/src/doc/rustc-dev-guide/src/backend/updating-llvm.md index ce0890491c0..11dc5066cc3 100644 --- a/src/doc/rustc-dev-guide/src/backend/updating-llvm.md +++ b/src/doc/rustc-dev-guide/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 |
