We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8f379 commit 2b184c8Copy full SHA for 2b184c8
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -7408,11 +7408,13 @@ cc_library(
7408
),
7409
includes = ["include"],
7410
deps = [
7411
+ ":Analysis",
7412
":ControlFlowInterfaces",
7413
":FunctionInterfaces",
7414
":IR",
7415
":LoopLikeInterface",
7416
":MemorySlotInterfaces",
7417
+ ":Pass",
7418
":Rewrite",
7419
":SideEffectInterfaces",
7420
":SubsetOpInterface",
0 commit comments