Revert "Disable LLVM patch"

This reverts commit 87fb6a28f1cf1c084fbadf462c669c2a05c8a468.
This commit is contained in:
Joseph Shields 2020-05-18 14:27:05 -04:00
parent 195349f847
commit 8172fce28b

View File

@ -35,7 +35,7 @@ License: LGPL-2.1 and MIT and MS-PL
Group: Development/Languages/Mono
Url: http://www.mono-project.com
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.tar.xz
#Patch0: llvm_llc_opt_default_path.patch
Patch0: llvm_llc_opt_default_path.patch
Patch1: use_python3_not_unversioned.patch
BuildRequires: autoconf
BuildRequires: automake
@ -142,7 +142,7 @@ technologies that have been submitted to the ECMA for standardization.
%prep
%setup -q -n mono-%{version}
#%patch0 -p1
%patch0 -p1
%if 0%{?rhel} >= 8
%patch1 -p1
%endif