From 64b0d4aed3faa2efc0dc50eca56512da89e7aa44 Mon Sep 17 00:00:00 2001 From: Yevhenii Havrylko Date: Wed, 14 Aug 2024 11:41:51 -0400 Subject: [PATCH] Add missing dependency to TorchMLIRRefBackend target (#3107) Discovered in https://github.com/llvm/torch-mlir/issues/3104 Most likely when building with stablehlo, while waiting for it missing dependency was generated to location shared with another dependency. --- lib/RefBackend/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/RefBackend/CMakeLists.txt b/lib/RefBackend/CMakeLists.txt index a8ed0439d815..b62da2954966 100644 --- a/lib/RefBackend/CMakeLists.txt +++ b/lib/RefBackend/CMakeLists.txt @@ -7,6 +7,7 @@ add_mlir_library(TorchMLIRRefBackend DEPENDS MLIRTorchTypesIncGen TorchMLIRRefBackendPassIncGen + MLIRTorchConversionOpsIncGen LINK_COMPONENTS Core