LLVM 20 won't be required until 1.92

[skip changelog]
This commit is contained in:
Josh Stone 2025-10-30 15:12:25 -07:00
commit cd0df7ea86

View file

@ -44,7 +44,7 @@ ExclusiveArch: %{rust_arches}
# We can also choose to just use Rust's bundled LLVM, in case the system LLVM
# is insufficient. Rust currently requires LLVM 19.0+.
# See src/bootstrap/src/core/build_steps/llvm.rs, fn check_llvm_version
%global min_llvm_version 20.0.0
%global min_llvm_version 19.0.0
%global bundled_llvm_version 21.1.1
#global llvm_compat_version 19
%global llvm llvm%{?llvm_compat_version}