mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-25 01:35:17 +00:00
Add new reduce-chunk-list binary
Added in https://github.com/llvm/llvm-project/pull/89470.
This commit is contained in:
parent
3e8f8bf09f
commit
13cd3ecc2e
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,7 @@
|
|||
%{install_bindir}/llvm-undname
|
||||
%{install_bindir}/llvm-windres
|
||||
%{install_bindir}/llvm-xray
|
||||
%{install_bindir}/reduce-chunk-list
|
||||
%{install_bindir}/obj2yaml
|
||||
%{install_bindir}/opt
|
||||
%{install_bindir}/sancov
|
||||
|
@ -219,6 +220,7 @@
|
|||
%{_bindir}/llvm-undname%{exec_suffix}
|
||||
%{_bindir}/llvm-windres%{exec_suffix}
|
||||
%{_bindir}/llvm-xray%{exec_suffix}
|
||||
%{_bindir}/reduce-chunk-list%{exec_suffix}
|
||||
%{_bindir}/obj2yaml%{exec_suffix}
|
||||
%{_bindir}/opt%{exec_suffix}
|
||||
%{_bindir}/sancov%{exec_suffix}
|
||||
|
|
Loading…
Reference in a new issue