Skip to content

Commit

Permalink
[bazel] Fix missing dependency in the build (llvm#3826)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuderman authored Oct 30, 2024
1 parent 8b0bf2e commit a6292f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/bazel/torch-mlir-overlay/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ cc_library(
deps = [
":TorchMLIRTorchBackendTypeConversion",
":TorchMLIRTorchDialect",
":TorchMLIRTorchOnnxToTorch",
":TorchMLIRTorchPassesIncGen",
"@llvm-project//mlir:FuncDialect",
"@llvm-project//mlir:IR",
Expand Down

0 comments on commit a6292f3

Please sign in to comment.