Update to 17.0.6
This commit is contained in:
parent
624121be5a
commit
97c30cad9a
13
D149746.diff
13
D149746.diff
@ -1,13 +0,0 @@
|
|||||||
diff --git a/llvm/utils/lit/lit/llvm/config.py b/llvm/utils/lit/lit/llvm/config.py
|
|
||||||
--- a/llvm/utils/lit/lit/llvm/config.py
|
|
||||||
+++ b/llvm/utils/lit/lit/llvm/config.py
|
|
||||||
@@ -144,6 +144,8 @@
|
|
||||||
features.add('target-aarch64')
|
|
||||||
elif re.match(r'^arm.*', target_triple):
|
|
||||||
features.add('target-arm')
|
|
||||||
+ if re.match(r'^ppc64le.*-linux', target_triple):
|
|
||||||
+ features.add('target=powerpc64le-linux')
|
|
||||||
|
|
||||||
use_gmalloc = lit_config.params.get('use_gmalloc', None)
|
|
||||||
if lit.util.pythonize_bool(use_gmalloc):
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
|||||||
%{llvm_sb}
|
%{llvm_sb}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global lit_version 17.0.1
|
%global lit_version 17.0.6
|
||||||
#global rc_ver 4
|
#global rc_ver 4
|
||||||
#global post_ver 0
|
#global post_ver 0
|
||||||
|
|
||||||
@ -82,6 +82,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p
|
|||||||
%{_bindir}/lit
|
%{_bindir}/lit
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 05 2023 Timm Bäder <tbaeder@redhat.com> - 17.0.6-1
|
||||||
|
- Update to 17.0.6
|
||||||
|
|
||||||
* Tue Sep 26 2023 Timm Bäder <tbaeder@redhat.com> - 17.0.1-1
|
* Tue Sep 26 2023 Timm Bäder <tbaeder@redhat.com> - 17.0.1-1
|
||||||
- Update to 17.0.1
|
- Update to 17.0.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lit-17.0.1.tar.gz) = 3afe4ee266ef0105658ede50e744561ee3166a8853c353d6013b7ae57ecf6c4aa8c1654f55644211cb34cbab991f849561e90c2008d8baf21d5103996523f8f2
|
SHA512 (lit-17.0.6.tar.gz) = ba88aa84f5ec54ed0ac5996432b4a024d042996e98d9eab13ef9b12239c9a811b752e9caa6f6a9a4e926f6f75245c7cbda69dc61a9de663957686fe352c203f0
|
||||||
|
Loading…
Reference in New Issue
Block a user