-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools
Description
Location
Nowhere
Summary
When I build rustc with the local llvm, I want to know with what external LLVM versions will rustc work.
#122649 upgrades in March the minimum external LLVM version to 17.
#127513 updates in July LLVM to version 19.
But the above links do not touch the user-visible documentation. For me it is unclear, if I want to compile rust 1.82 later, if I can use LLVM 18, or I must use LLVM 19. I find no place, where this is documented.
- Document the minimal and maximal versions for external LLVM supported by rustc.
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools