Drop dependency on llvm-static

This commit is contained in:
Tom Stellard 2020-07-09 22:30:20 +00:00
parent c47f5015f8
commit 99924f5d4e

View File

@ -4,7 +4,7 @@
%endif %endif
#%%global rc_ver 6 #%%global rc_ver 6
%global baserelease 2 %global baserelease 3
%global crt_srcdir compiler-rt-%{version}%{?rc_ver:rc%{rc_ver}}.src %global crt_srcdir compiler-rt-%{version}%{?rc_ver:rc%{rc_ver}}.src
@ -40,7 +40,6 @@ BuildRequires: python3
# We need python3-devel for pathfix.py. # We need python3-devel for pathfix.py.
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: llvm-devel = %{version} BuildRequires: llvm-devel = %{version}
BuildRequires: llvm-static = %{version}
%description %description
The compiler-rt project is a part of the LLVM project. It provides The compiler-rt project is a part of the LLVM project. It provides
@ -128,6 +127,9 @@ fi
%endif %endif
%changelog %changelog
* Thu Jul 09 2020 Tom Stellard <tstellar@redhat.com> - 10.0.0-3
- Drop dependency on llvm-static
* Thu Jun 11 2020 sguelton@redhat.com - 10.0.0-2 * Thu Jun 11 2020 sguelton@redhat.com - 10.0.0-2
- Fix msan compilation warnings, see af38074874c605f9 upstream - Fix msan compilation warnings, see af38074874c605f9 upstream