diff --git a/mlir/tools/mlir-cpu-runner/CMakeLists.txt b/mlir/tools/mlir-cpu-runner/CMakeLists.txt --- a/mlir/tools/mlir-cpu-runner/CMakeLists.txt +++ b/mlir/tools/mlir-cpu-runner/CMakeLists.txt @@ -22,3 +22,5 @@ MLIRTargetLLVMIRExport MLIRSupport ) + +export_executable_symbols(mlir-cpu-runner)