Skip to content

Commit

Permalink
adds missing bazel dependencies (llvm#110904)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdb authored and bjacob committed Oct 2, 2024
1 parent bb83a18 commit 78ac59b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3745,11 +3745,13 @@ cc_library(
includes = ["include"],
deps = [
":ArithDialect",
":ArithUtils",
":BytecodeOpInterface",
":DialectUtils",
":IR",
":ShapedOpInterfaces",
":SideEffectInterfaces",
":VectorOpsIncGen",
":ViewLikeInterface",
":XeGPUEnumsIncGen",
":XeGPUIncGen",
Expand Down

0 comments on commit 78ac59b

Please sign in to comment.