Skip to content

Commit

Permalink
[bazel] Add missing dependency for 58d9703
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k committed Oct 13, 2024
1 parent 48deb35 commit b2cac3b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4876,6 +4876,7 @@ cc_library(
":NVGPUTransformOps",
":NVVMTarget",
":NVVMToLLVM",
":OpenMPToLLVM",
":ROCDLTarget",
":ROCDLToLLVMIRTranslation",
":SCFTransformOps",
Expand Down Expand Up @@ -9744,22 +9745,22 @@ cc_binary(
name = "mlir-rewrite",
srcs = ["tools/mlir-rewrite/mlir-rewrite.cpp"],
deps = [
":AffineAnalysis",
":AllExtensions",
":AllPassesAndDialects",
":AffineAnalysis",
":Analysis",
":AsmParser",
":CastInterfaces",
":Dialect",
":Parser",
":IR",
":ParseUtilities",
":Parser",
":Pass",
":Transforms",
":TransformUtils",
":Support",
":IR",
":TransformUtils",
":Transforms",
"//llvm:Support",
]
],
)

cc_library(
Expand Down

0 comments on commit b2cac3b

Please sign in to comment.