Skip to content

Commit 1301bd9

Browse files
committed
Add llvm-test-mustache-spec to file list
New utility added in llvm/llvm-project#142813. As this is only intended for testing purposes, I've added this to llvm-test rather than the main llvm package.
1 parent e887912 commit 1301bd9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

llvm.spec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2903,6 +2903,14 @@ fi
29032903
llvm-isel-fuzzer
29042904
llvm-opt-fuzzer
29052905
}}
2906+
%if %{maj_ver} >= 21
2907+
%{expand_bins %{expand:
2908+
llvm-test-mustache-spec
2909+
}}
2910+
%{expand_mans %{expand:
2911+
llvm-test-mustache-spec
2912+
}}
2913+
%endif
29062914

29072915
%files -n %{pkg_name_llvm}-googletest
29082916
%license llvm/LICENSE.TXT

0 commit comments

Comments
 (0)