import llvm-13.0.1-1.el9
This commit is contained in:
parent
f93c14061b
commit
1e44c8a0b5
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
SOURCES/llvm-12.0.1.src.tar.xz
|
||||
SOURCES/llvm-13.0.0.src.tar.xz
|
||||
SOURCES/llvm-13.0.1.src.tar.xz
|
||||
SOURCES/tstellar-gpg-key.asc
|
||||
|
@ -1,3 +1,2 @@
|
||||
619fe668e0972d11d0fa2db670a57a42d02fb8ca SOURCES/llvm-12.0.1.src.tar.xz
|
||||
0be63c8b3b44f3af49d9e57130f7b76a6040427c SOURCES/llvm-13.0.0.src.tar.xz
|
||||
8e50e3e47b6a14a0848862c574fb0007db212482 SOURCES/llvm-13.0.1.src.tar.xz
|
||||
b8d2648a01d36ed0186fd2c5af325fd28797f9a0 SOURCES/tstellar-gpg-key.asc
|
||||
|
@ -1,27 +0,0 @@
|
||||
commit 46c947af7ead0a939fbd7a93c370e7ead2128d07
|
||||
Author: serge-sans-paille <sguelton@redhat.com>
|
||||
Date: Wed Aug 18 23:48:14 2021 +0200
|
||||
|
||||
Have lit preserve SOURCE_DATE_EPOCH
|
||||
|
||||
This environment variable has been standardized for reproducible builds. Setting
|
||||
it can help to have reproducible tests too, so keep it as part of the testing
|
||||
env when set.
|
||||
|
||||
See https://reproducible-builds.org/docs/source-date-epoch/
|
||||
|
||||
Differential Revision: https://reviews.llvm.org/D108332
|
||||
|
||||
diff --git a/llvm/utils/lit/lit/TestingConfig.py b/llvm/utils/lit/lit/TestingConfig.py
|
||||
index d534d895e4ba..37558bd5059c 100644
|
||||
--- a/llvm/utils/lit/lit/TestingConfig.py
|
||||
+++ b/llvm/utils/lit/lit/TestingConfig.py
|
||||
@@ -28,7 +28,7 @@ class TestingConfig(object):
|
||||
'TMPDIR', 'TMP', 'TEMP', 'TEMPDIR', 'AVRLIT_BOARD',
|
||||
'AVRLIT_PORT', 'FILECHECK_OPTS', 'VCINSTALLDIR',
|
||||
'VCToolsinstallDir', 'VSINSTALLDIR', 'WindowsSdkDir',
|
||||
- 'WindowsSDKLibVersion']
|
||||
+ 'WindowsSDKLibVersion', 'SOURCE_DATE_EPOCH']
|
||||
|
||||
if sys.platform == 'win32':
|
||||
pass_vars.append('INCLUDE')
|
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.
@ -7,7 +7,7 @@
|
||||
%endif
|
||||
|
||||
%bcond_with compat_build
|
||||
%bcond_without bundle_compat_lib
|
||||
%bcond_with bundle_compat_lib
|
||||
%bcond_without check
|
||||
|
||||
%if %{with bundle_compat_lib}
|
||||
@ -20,7 +20,7 @@
|
||||
#%%global rc_ver 5
|
||||
%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
|
||||
@ -86,8 +86,6 @@ Patch2: 0001-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch
|
||||
|
||||
# RHEL-specific patches
|
||||
Patch101: 0001-Deactivate-markdown-doc.patch
|
||||
# Fixes the compress-debug-sections-zlib-gnu test failing on s390x
|
||||
Patch102: 0001-have-lit-preserve-SOURCE_DATE_EPOCH.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
@ -585,6 +583,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 02 2022 Tom Stellard <tstellar@redhat.com> - 13.0.1-1
|
||||
- 13.0.1 Release
|
||||
|
||||
* Wed Oct 06 2021 Timm Bäder <tbaeder@redhat.com> - 13.0.0-1
|
||||
- 13.0.0 Release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user