You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+9
Original file line number
Diff line number
Diff line change
@@ -281,3 +281,12 @@ compile for a platform without host tools you must cross-compile.
281
281
282
282
You may find that other platforms work, but these are our officially supported
283
283
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