We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8450de commit 10376f6Copy full SHA for 10376f6
llvm.spec
@@ -2804,6 +2804,12 @@ fi
2804
}}
2805
%endif
2806
2807
+%if %{maj_ver} >= 22
2808
+%{expand_bins %{expand:
2809
+ llvm-ir2vec
2810
+}}
2811
+%endif
2812
+
2813
%{expand_mans %{expand:
2814
bugpoint
2815
clang-tblgen
@@ -2862,6 +2868,12 @@ fi
2862
2868
tblgen
2863
2869
2864
2870
2871
2872
+%{expand_mans %{expand:
2873
2874
2875
2876
2865
2877
%expand_datas opt-viewer
2866
2878
2867
2879
%files -n %{pkg_name_llvm}-libs
0 commit comments