riscv64: not package non-exist .a files
This commit is contained in:
parent
af9482504e
commit
883de9278f
@ -25,7 +25,7 @@
|
||||
|
||||
Name: %{?scl_prefix}llvm-bolt
|
||||
Version: %{bolt_version}
|
||||
Release: 1
|
||||
Release: 2
|
||||
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
|
||||
@ -147,15 +147,19 @@ rm -f %{buildroot}/%{_builddir}/%{bolt_srcdir}/%{_vpath_builddir}/%{_lib}/lib*.a
|
||||
%{install_bindir}/merge-fdata
|
||||
%{install_bindir}/perf2bolt
|
||||
%{install_bindir}/llvm-bolt-heatmap
|
||||
|
||||
%ifnarch riscv64
|
||||
%{install_libdir}/libbolt_rt_hugify.a
|
||||
%{install_libdir}/libbolt_rt_instr.a
|
||||
%endif
|
||||
|
||||
%files doc
|
||||
%doc %{install_docdir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 23 2024 laokz <zhangkai@iscas.ac.cn> - 18.1.8-2
|
||||
- riscv64: not package non-exist .a files
|
||||
|
||||
* Fri Dec 6 2024 liyunfei <liyunfei33@huawei.com> - 18.1.8-1
|
||||
- init for Multi-Version LLVM-18.1.8
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user