mirror of https://github.com/llvm/torch-mlir
[Bazel] Add BuiltinDialectTdFiles dep to MLIRTorchOpsIncGen (#3430)
This is needed after https://github.com/llvm/torch-mlir/pull/3372.pull/3385/head
parent
d0a818a03e
commit
94838ca44d
|
@ -64,6 +64,7 @@ gentbl_cc_library(
|
||||||
td_file = "include/torch-mlir/Dialect/Torch/IR/TorchOps.td",
|
td_file = "include/torch-mlir/Dialect/Torch/IR/TorchOps.td",
|
||||||
deps = [
|
deps = [
|
||||||
":MLIRTorchOpsIncGenTdFiles",
|
":MLIRTorchOpsIncGenTdFiles",
|
||||||
|
"@llvm-project//mlir:BuiltinDialectTdFiles",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue