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.
pull/3633/head
Yevhenii Havrylko 2024-08-14 11:41:51 -04:00 committed by GitHub
parent 23ec5399e5
commit 64b0d4aed3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ add_mlir_library(TorchMLIRRefBackend
DEPENDS
MLIRTorchTypesIncGen
TorchMLIRRefBackendPassIncGen
MLIRTorchConversionOpsIncGen
LINK_COMPONENTS
Core