Fall back to LLVM 11 on f34 for now...

This commit is contained in:
Josh Stone 2021-05-07 11:20:45 -07:00
parent 3458295682
commit 6231b0ba09
1 changed files with 5 additions and 0 deletions

View File

@ -171,6 +171,11 @@ BuildRequires: cmake >= 2.8.11
%if 0%{?epel} == 7
%global llvm llvm9.0
%endif
%if 0%{?fedora} == 34
# aarch64 is hanging with LLVM 12-rc1, but it's fine with 12-final on rawhide.
# Fall back to LLVM 11 on f34 for now...
%global llvm llvm11
%endif
%if %defined llvm
%global llvm_root %{_libdir}/%{llvm}
%else