Does anyone know the lowest version of llvm that rust18 can use?

hello,llvm17,18 not support in an odd arch

You mean rust 1.80? I believe the lowest supported LLVM version is LLVM 17. Which architecture do you want to use rust with?

For rustc version 1.79.0 and newer, the minimum LLVM version is 17. For rustc 1.78.0, the minimum was LLVM 16.

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.