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 69b4c06 commit da7f692Copy full SHA for da7f692
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -12086,6 +12086,7 @@ cc_library(
12086
srcs = glob(["lib/Dialect/Transform/TuneExtension/*.cpp"]),
12087
hdrs = glob(["include/mlir/Dialect/Transform/TuneExtension/*.h"]),
12088
deps = [
12089
+ ":ControlFlowInterfaces",
12090
":IR",
12091
":TransformDialect",
12092
":TransformDialectInterfaces",
0 commit comments