mirror of https://github.com/llvm/torch-mlir
Missed dependency on building the TorchMLIRConversionPasses target.
parent
e143a34948
commit
4729e4821f
|
@ -13,6 +13,8 @@ add_mlir_library(TorchMLIRConversionPasses
|
|||
|
||||
DEPENDS
|
||||
TorchMLIRConversionPassIncGen
|
||||
MLIRTorchOpsIncGen
|
||||
MLIRTorchTypesIncGen
|
||||
|
||||
LINK_COMPONENTS
|
||||
Core
|
||||
|
|
Loading…
Reference in New Issue