File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1416By default, Rust uses its own fork in the [ rust-lang/llvm-project repository] .
1517This fork is based on a ` release/$N.x ` branch of the upstream project, where
You can’t perform that action at this time.
0 commit comments