Update to LLVM 16.0.1
This commit is contained in:
parent
c47520ce45
commit
eb160436fa
@ -1,7 +1,7 @@
|
||||
%global toolchain clang
|
||||
%global maj_ver 16
|
||||
%global min_ver 0
|
||||
%global patch_ver 0
|
||||
%global patch_ver 1
|
||||
#global rc_ver 4
|
||||
%global mlir_version %{maj_ver}.%{min_ver}.%{patch_ver}
|
||||
%global mlir_srcdir mlir-%{mlir_version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
Name: mlir
|
||||
Version: %{mlir_version}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Multi-Level Intermediate Representation Overview
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception
|
||||
@ -200,6 +200,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}
|
||||
%{_libdir}/cmake/mlir
|
||||
|
||||
%changelog
|
||||
* Thu Apr 13 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.1-1
|
||||
- Update to LLVM 16.0.1
|
||||
|
||||
* Thu Apr 06 2023 Nikita Popov <npopov@redhat.com> - 16.0.0-4
|
||||
- Build with clang
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (mlir-16.0.0.src.tar.xz) = 287230db7d20c98d06d65e165af418d52845819c392565c545d55f255b17900acc9e1306a32e024f6ce3a694bcc6a536f8937fbe1b38ecc347281f06954d0cba
|
||||
SHA512 (mlir-16.0.0.src.tar.xz.sig) = b1a9ce057675ec883befa60fd2c24d43b83ef608a310d7c889221efebec650e38646fb54d29fd92ac853fbd3a18ec8430dda08581cb9bc9a4bd36bc95b7730e6
|
||||
SHA512 (mlir-16.0.1.src.tar.xz) = 76175e492bd1f97638d59b22304efd181b23ebb536fcef211e9da93717945ddd3df7a0c47416d7b026467cec24fb1dc4deb77877bb757918dcfd460bbb201c7c
|
||||
SHA512 (mlir-16.0.1.src.tar.xz.sig) = 1b01e9941fc4c290fc27b3beb0df203d814939e4954875a43f95b429482a8ea8a269d84eac736886c3d1643017039b5acab3bbd278d7878dc60646ec98f0164e
|
||||
|
Loading…
Reference in New Issue
Block a user