[Bazel] Add BuiltinDialectTdFiles dep to MLIRTorchOpsIncGen (#3430)

This is needed after https://github.com/llvm/torch-mlir/pull/3372.
pull/3385/head
Sambhav Jain 2024-06-07 05:02:17 -07:00 committed by GitHub
parent d0a818a03e
commit 94838ca44d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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",
], ],
) )