mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
Add llvm-cgdata binary
It was introduced in https://github.com/llvm/llvm-project/pull/101461.
This commit is contained in:
parent
1fc904f40d
commit
4049627277
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@
|
|||
%{install_bindir}/llvm-c-test
|
||||
%{install_bindir}/llvm-cat
|
||||
%{install_bindir}/llvm-cfi-verify
|
||||
%{install_bindir}/llvm-cgdata
|
||||
%{install_bindir}/llvm-cov
|
||||
%{install_bindir}/llvm-ctxprof-util
|
||||
%{install_bindir}/llvm-cvtres
|
||||
|
@ -171,6 +172,7 @@
|
|||
%{_bindir}/llvm-c-test%{exec_suffix}
|
||||
%{_bindir}/llvm-cat%{exec_suffix}
|
||||
%{_bindir}/llvm-cfi-verify%{exec_suffix}
|
||||
%{_bindir}/llvm-cgdata%{exec_suffix}
|
||||
%{_bindir}/llvm-cov%{exec_suffix}
|
||||
%{_bindir}/llvm-ctxprof-util%{exec_suffix}
|
||||
%{_bindir}/llvm-cvtres%{exec_suffix}
|
||||
|
|
Loading…
Reference in a new issue