Skip to content

Commit bfb3dfd

Browse files
committed
Rename mlir-cpu-runner -> mlir-runner
The binary has been renamed in llvm/llvm-project#123776.
1 parent 2e9f5dd commit bfb3dfd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm.spec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,7 +2825,6 @@ fi
28252825

28262826
%files -n %{pkg_name_mlir}-devel
28272827
%{expand_bins:
2828-
mlir-cpu-runner
28292828
mlir-linalg-ods-yaml-gen
28302829
mlir-lsp-server
28312830
mlir-opt
@@ -2839,7 +2838,9 @@ fi
28392838
tblgen-to-irdl
28402839
}
28412840
%if %{maj_ver} >= 20
2842-
%expand_bins mlir-rewrite
2841+
%expand_bins mlir-rewrite mlir-runner
2842+
%else
2843+
%expand_bins mlir-cpu-runner
28432844
%endif
28442845
%expand_includes mlir mlir-c
28452846
%{expand_libs:

0 commit comments

Comments
 (0)