From b2d9dc3e1014a8d9f68e598fd7fd39701602900a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 7 Nov 2022 09:52:37 +0100 Subject: [PATCH 1/2] Update to LLVM 15.0.4 --- .gitignore | 2 ++ mlir.spec | 7 +++++-- sources | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 60575bb..b3d74bf 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,5 @@ /llvm-project-14.0.5.src.tar.xz /llvm-project-15.0.0.src.tar.xz /llvm-project-15.0.0.src.tar.xz.sig +/llvm-project-15.0.4.src.tar.xz +/llvm-project-15.0.4.src.tar.xz.sig diff --git a/mlir.spec b/mlir.spec index 4286151..f249152 100644 --- a/mlir.spec +++ b/mlir.spec @@ -1,13 +1,13 @@ %global maj_ver 15 %global min_ver 0 #global rc_ver 3 -%global patch_ver 0 +%global patch_ver 4 %global mlir_version %{maj_ver}.%{min_ver}.%{patch_ver} %global mlir_srcdir llvm-project-%{mlir_version}%{?rc_ver:rc%{rc_ver}}.src Name: mlir Version: %{mlir_version}%{?rc_ver:~rc%{rc_ver}} -Release: 3%{?dist} +Release: 1%{?dist} Summary: Multi-Level Intermediate Representation Overview License: Apache-2.0 WITH LLVM-exception @@ -119,6 +119,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir} %{_libdir}/cmake/mlir %changelog +* Tue Nov 08 2022 Nikita Popov - 15.0.4-1 +- Update to LLVM 15.0.4 + * Wed Sep 14 2022 Nikita Popov - 15.0.0-3 - Run tests during the build diff --git a/sources b/sources index 071b573..37442a5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (llvm-project-15.0.0.src.tar.xz) = e5aacbe7574dcec62017cc03c9fa2ee4cf075125a3d6c3975c38f06e91adcebb1ff92bcf40c6dd67db087813c60b15a04f1424c713d751199518b58025ce87fc -SHA512 (llvm-project-15.0.0.src.tar.xz.sig) = 4096464a46e07575b7cff448ff8bbc38fe972505f366b744419a06339cf32b93266b0fae5390879859041ce6710e4b675ed3ea7561d6a817623d7ece0e969661 +SHA512 (llvm-project-15.0.4.src.tar.xz) = 9d5b664dd77c08130601636f9d6c006b257f369470ce823aa56d06698a9f0edfec42f2c90da934b9ad52c4d7960d9a024ea46dc9640275be6d191b1ba9869459 +SHA512 (llvm-project-15.0.4.src.tar.xz.sig) = 35899ffbd13fc44cade54246a423450571cb4b62b8d706864daa3eef2377c48e24ef3113218e39e29de995b7f7fa307f9187552766576c9050fd924beb517f6e From 76d25ec44f70a8fdcfa543cdda4bb5b55abb6b30 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Thu, 22 Sep 2022 10:30:23 +0200 Subject: [PATCH 2/2] Add llvm-integration-testsuite as gating test --- .fmf/version | 1 + tests/build-gating.fmf | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .fmf/version create mode 100644 tests/build-gating.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/tests/build-gating.fmf b/tests/build-gating.fmf new file mode 100644 index 0000000..f576266 --- /dev/null +++ b/tests/build-gating.fmf @@ -0,0 +1,24 @@ +# +# Build/PR gating tests for mlir +# + +summary: mlir tests for build/PR gating +adjust: + - because: "Plan to be ran when either executed locally, or executed by CI system to gate a build or PR." + when: >- + trigger is defined + and trigger != commit + and trigger != build + enabled: false + +discover: + - name: upstream-llvm-integration-testsuite + how: fmf + url: https://src.fedoraproject.org/tests/llvm.git + ref: main + test: integration-test-suite +execute: + how: tmt +provision: + hardware: + memory: ">= 4 GiB"