build: add missing dependency on MLIRTorchTypesIncGen (#1405)

pull/1371/head
Ashay Rane 2022-09-23 08:08:16 -05:00 committed by GitHub
parent 16dd7e2e5f
commit b0b2b3a199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ add_mlir_dialect_library(TorchMLIRTorchConversionDialect
DEPENDS
MLIRTorchConversionOpsIncGen
MLIRTorchTypesIncGen
LINK_COMPONENTS
Core

View File

@ -5,6 +5,7 @@ add_mlir_library(TorchMLIRRefBackend
${PROJECT_SRC_DIR}/include/torch-mlir/RefBackend
DEPENDS
MLIRTorchTypesIncGen
TorchMLIRRefBackendPassIncGen
LINK_COMPONENTS