Compare commits

..

No commits in common. "3c7008c435fced6c314910d04ef098bbd0061638" and "33f89e2665730d98e098217fe0b13b2b4ec429a4" have entirely different histories.

View File

@ -22,7 +22,7 @@
Name: %{pkg_name}
Version: %{bolt_version}
Release: 4
Release: 3
Summary: BOLT is a post-link optimizer developed to speed up large applications
License: Apache 2.0
URL: https://github.com/llvm/llvm-project/tree/main/bolt
@ -145,7 +145,7 @@ rm -f %{buildroot}/%{_builddir}/%{bolt_srcdir}/%{_vpath_builddir}/%{_lib}/lib*.a
%{install_bindir}/perf2bolt
%{install_bindir}/llvm-bolt-heatmap
%ifnarch riscv64 loongarch64
%ifnarch riscv64
%{install_libdir}/libbolt_rt_instr.a
%endif
%ifarch x86_64
@ -158,12 +158,6 @@ rm -f %{buildroot}/%{_builddir}/%{bolt_srcdir}/%{_vpath_builddir}/%{_lib}/lib*.a
%doc %{install_docdir}
%changelog
* Tue Jan 21 2025 wangqiang <wangqiang1@kylinos.cn> 17.0.6-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: loongarch64: exclude non-exist libbolt_rt_instr.a
* Mon Dec 09 2024 laokz <zhangkai@iscas.ac.cn> 17.0.6-3
- Type:fix
- ID:NA