File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ Rust supports building against multiple LLVM versions:
66* Tip-of-tree for the current LLVM development branch is usually supported within a few days.
77 PRs for such fixes are tagged with ` llvm-main ` .
88* The latest released major version is always supported.
9- * The one or two preceding major versions are usually supported.
9+ * 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
11+ 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.
1013
1114By default, Rust uses its own fork in the [ rust-lang/llvm-project repository] .
1215This 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