From 0086a2d4377d7737e945e378de21e7d85e18195c Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 18 Feb 2023 13:31:10 +0200 Subject: [PATCH] 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 11dc5066..26b48d41 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.