Skip to content

Commit e63dc95

Browse files
Update INSTALL.md
1 parent e200c7f commit e63dc95

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

INSTALL.md

+9
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,12 @@ compile for a platform without host tools you must cross-compile.
281281

282282
You may find that other platforms work, but these are our officially supported
283283
build environments that are most likely to work.
284+
285+
## External LLVM Version Compatibility
286+
287+
To build `rustc`, it is important to know which versions of LLVM are supported. As of Rust 1.82, the following external LLVM versions are supported:
288+
289+
- **Minimum Supported Version**: LLVM 18
290+
- **Maximum Supported Version**: LLVM 19
291+
292+
If you attempt to use LLVM versions outside this range, you may encounter compatibility issues when compiling `rustc`. Please ensure you are using a compatible version for your build.

0 commit comments

Comments
 (0)