Compare commits

..

6 Commits
rawhide ... f37

Author SHA1 Message Date
Jesus Checa Hidalgo 76d25ec44f Add llvm-integration-testsuite as gating test 2022-11-10 15:22:18 +00:00
Nikita Popov b2d9dc3e10 Update to LLVM 15.0.4 2022-11-08 16:43:26 +01:00
Nikita Popov ec635bd256 Run tests during the build
One test is failing on i686 (probably legitimately), disable it
for now so we get some test coverage at all.
2022-09-15 09:23:20 +02:00
Nikita Popov 79d77856d2 Add explicit requires from mlir-devel to mlir
The mlir-devel package depends on versioned SOs from mlir. Make
sure the versions are the same.

This should fix the rpmdeps failure.
2022-09-15 09:23:14 +02:00
Nikita Popov 46501ce22d Use SPDX compatible license string 2022-09-15 09:23:08 +02:00
Nikita Popov e39eecaf34 Update to LLVM 15.0.0 2022-09-07 14:34:38 +02:00
1 changed files with 1 additions and 4 deletions

View File

@ -119,12 +119,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}
%{_libdir}/cmake/mlir
%changelog
* Mon Nov 07 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
* Tue Nov 08 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
- Update to LLVM 15.0.4
* Thu Sep 15 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-4
- Rebuild
* Wed Sep 14 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-3
- Run tests during the build