import llvm-13.0.1-1.module+el8.6.0+14118+d530a951
This commit is contained in:
parent
484869e143
commit
cca7480749
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/llvm-13.0.0.src.tar.xz
|
||||
SOURCES/llvm-13.0.1.src.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
0be63c8b3b44f3af49d9e57130f7b76a6040427c SOURCES/llvm-13.0.0.src.tar.xz
|
||||
8e50e3e47b6a14a0848862c574fb0007db212482 SOURCES/llvm-13.0.1.src.tar.xz
|
||||
|
Binary file not shown.
BIN
SOURCES/llvm-13.0.1.src.tar.xz.sig
Normal file
BIN
SOURCES/llvm-13.0.1.src.tar.xz.sig
Normal file
Binary file not shown.
@ -19,7 +19,7 @@
|
||||
#global rc_ver 4
|
||||
%global maj_ver 13
|
||||
%global min_ver 0
|
||||
%global patch_ver 0
|
||||
%global patch_ver 1
|
||||
%if !%{maj_ver} && 0%{?rc_ver}
|
||||
%global abi_revision 2
|
||||
%endif
|
||||
@ -76,7 +76,7 @@
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: The Low Level Virtual Machine
|
||||
|
||||
License: NCSA
|
||||
@ -223,13 +223,6 @@ pathfix.py -i %{__python3} -pn \
|
||||
# The sed expression takes care of a slight difference between pandoc markdown and sphinx markdown.
|
||||
find -name '*.md' | while read md; do sed -r -e 's/^( )*\* /\n\1\* /' ${md} | pandoc -f markdown -o ${md%.md}.rst ; done
|
||||
|
||||
%ifarch s390x
|
||||
# FIXME: This test fails on s390x. This still needs to be investigated and
|
||||
# we should aim to resolve this as part of the update to 13.0.1
|
||||
# See https://bugzilla.redhat.com/show_bug.cgi?id=2001133
|
||||
rm test/Transforms/SLPVectorizer/slp-max-phi-size.ll
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
||||
mkdir -p %{_vpath_builddir}
|
||||
@ -563,6 +556,12 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 02 2022 Tom Stellard <tstellar@redhat.com> - 13.0.1-1
|
||||
- 13.0.1 Release
|
||||
|
||||
* Sat Jan 29 2022 Tom Stellard <tstellar@redhat.com> - 13.0.0-4
|
||||
- Rebuild with gcc fix from rhbz#2028609
|
||||
|
||||
* Thu Oct 21 2021 sguelton@redhat.com - 13.0.0-3
|
||||
- Correctly set ldflags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user