diff --git a/mlir/CMakeLists.txt b/mlir/CMakeLists.txt --- a/mlir/CMakeLists.txt +++ b/mlir/CMakeLists.txt @@ -260,3 +260,7 @@ if (MLIR_ENABLE_PYTHON_BENCHMARKS) add_subdirectory(utils/mbr) endif() + +if(MLIR_STANDALONE_BUILD) + llvm_distribution_add_targets() +endif()