Skip to content

Commit f62ed2f

Browse files
committed
Update to 19.1.7
1 parent 2eb4dd9 commit f62ed2f

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

cstdint.patch

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
diff -ruN llvm-19.1.7-build.orig/llvm-project-19.1.7.src/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h llvm-19.1.7-build/llvm-project-19.1.7.src/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h
2+
--- a/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h 2025-01-14 10:41:02.000000000 +0100
3+
+++ b/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h 2025-01-17 08:31:49.581864809 +0100
4+
@@ -9,6 +9,7 @@
5+
#ifndef MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
6+
#define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
7+
8+
+#include <cstdint>
9+
#include "mlir/Support/LLVM.h"
10+
11+
namespace mlir {
12+
diff -ruN llvm-19.1.7-build.orig/llvm-project-19.1.7.src/mlir/include/mlir/Support/LLVM.h llvm-19.1.7-build/llvm-project-19.1.7.src/mlir/include/mlir/Support/LLVM.h
13+
--- a/mlir/include/mlir/Support/LLVM.h 2025-01-14 10:41:02.000000000 +0100
14+
+++ b/mlir/include/mlir/Support/LLVM.h 2025-01-17 10:20:19.356337873 +0100
15+
@@ -18,6 +18,9 @@
16+
#ifndef MLIR_SUPPORT_LLVM_H
17+
#define MLIR_SUPPORT_LLVM_H
18+
19+
+
20+
+
21+
+#include <cstdint>
22+
// We include this header because it cannot be practically forward
23+
// declared, and are effectively language features.
24+
#include "llvm/Support/Casting.h"

llvm.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#region version
33
%global maj_ver 19
44
%global min_ver 1
5-
%global patch_ver 6
5+
%global patch_ver 7
66
#global rc_ver 4
77

88
%bcond_with snapshot_build
@@ -209,7 +209,7 @@
209209
#region main package
210210
Name: %{pkg_name_llvm}
211211
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
212-
Release: 4%{?dist}
212+
Release: 1%{?dist}
213213
Summary: The Low Level Virtual Machine
214214

215215
License: Apache-2.0 WITH LLVM-exception OR NCSA
@@ -290,6 +290,7 @@ Patch1905: 0001-CMake-Add-missing-dependency-108461.patch
290290
Patch1906: 0001-mlir-Specify-deps-via-LLVM_LINK_COMPONENTS.patch
291291
# See https://github.com/llvm/llvm-project/pull/120079
292292
Patch1907: 0001-CMake-Use-correct-exports-for-MLIR-tools.patch
293+
Patch1908: cstdint.patch
293294
#endregion MLIR patches
294295

295296
#region LLD patches
@@ -2925,6 +2926,9 @@ fi
29252926

29262927
#region changelog
29272928
%changelog
2929+
* Wed Jan 20 2025 Timm Bäder <[email protected]> - 19.1.7-1
2930+
- Update to 19.1.7
2931+
29282932
* Fri Jan 17 2025 Fedora Release Engineering <[email protected]> - 19.1.6-4
29292933
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
29302934

sources

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SHA512 (llvm-project-19.1.6.src.tar.xz) = d411a6d913d6a1e1f3c16cfc1ce81c1e6292ea370703f55fb67c7af62f02193d53f5ef7823c8679d6f25cbe47b40236fcaf37044ad7cdfada8166efe7eb106b3
2-
SHA512 (llvm-project-19.1.6.src.tar.xz.sig) = 8e79a39a4f54da3579794f9b5a009ea8ee56c7bc1805187274794ce56e81aa492ea93f5c7839a59beedcf7d657acded5ecb75d5803658cce1f9e8f753439c6c4
1+
SHA512 (llvm-project-19.1.7.src.tar.xz) = c7d63286d662707a9cd54758c9e3aaf52794a91900c484c4a6efa62d90bc719d5e7a345e4192feeb0c9fd11c82570d64677c781e5be1d645556b6aa018e47ec8
2+
SHA512 (llvm-project-19.1.7.src.tar.xz.sig) = 195797b06ac80a742e0ccbc03a50dc06dd2e04377d783d5474e3e72c5a75203b60292b047929312a411d22b137a239943fba414a4d136a2be14cbff978eb6bda

0 commit comments

Comments
 (0)