LLVM 20 won't be required until 1.92
[skip changelog]
This commit is contained in:
parent
ef3ce219ca
commit
cd0df7ea86
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue