Skip to content

Commit 64de50b

Browse files
committed
sembr src/backend/updating-llvm.md
1 parent 38e8f01 commit 64de50b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/backend/updating-llvm.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ Rust supports building against multiple LLVM versions:
77
PRs for such fixes are tagged with `llvm-main`.
88
* The latest released major version is always supported.
99
* The one or two preceding major versions are usually supported in the sense that they are expected
10-
to build successfully and pass most tests. However, fixes for miscompilations often do not get
10+
to build successfully and pass most tests.
11+
However, fixes for miscompilations often do not get
1112
backported to past LLVM versions, so using rustc with older versions of LLVM comes with an
12-
increased risk of soundness bugs. We strongly recommend using the latest version of LLVM.
13+
increased risk of soundness bugs.
14+
We strongly recommend using the latest version of LLVM.
1315

1416
By default, Rust uses its own fork in the [rust-lang/llvm-project repository].
1517
This fork is based on a `release/$N.x` branch of the upstream project, where

0 commit comments

Comments
 (0)