--- /dev/null
+--- a/tools/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h 2025-01-14 10:41:02.000000000 +0100
++++ b/tools/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h 2025-01-17 08:31:49.581864809 +0100
+@@ -9,6 +9,7 @@
+ #ifndef MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
+ #define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
+
++#include <cstdint>
+ #include "mlir/Support/LLVM.h"
+
+ namespace mlir {
+--- a/tools/mlir/include/mlir/Support/LLVM.h 2025-01-14 10:41:02.000000000 +0100
++++ b/tools/mlir/include/mlir/Support/LLVM.h 2025-01-17 10:20:19.356337873 +0100
+@@ -18,6 +18,9 @@
+ #ifndef MLIR_SUPPORT_LLVM_H
+ #define MLIR_SUPPORT_LLVM_H
+
++
++
++#include <cstdint>
+ // We include this header because it cannot be practically forward
+ // declared, and are effectively language features.
+ #include "llvm/Support/Casting.h"
Patch10: compiler-rt-paths.patch
Patch11: cmake-utils-path-override.patch
Patch12: x32-compiler-rt.patch
+Patch13: cstdint.patch
URL: https://llvm.org/
BuildRequires: bash
BuildRequires: binutils-devel
%patch -P12 -p1
%endif
%patch -P11 -p1
+%patch -P13 -p1
grep -rl /usr/bin/env projects tools utils | xargs sed -i -e '1{
s,^#!.*bin/env python3\?,#!%{__python3},