[bazel] Add //mlir:IR to Support for #144897 (#145569)

PR https://github.com/llvm/llvm-project/pull/144897 added #include
"mlir/IR/Visitors.h" to mlir/include/mlir/Support/StateStack.h. This
change fixes the build file.
This commit is contained in:
Ivan Tadeu Ferreira Antunes Filho
2025-06-24 14:40:10 -04:00
committed by GitHub
parent 5ff6c8e843
commit de569ad6b8

View File

@@ -4845,7 +4845,10 @@ cc_library(
]),
hdrs = glob(["include/mlir/Support/*.h"]),
includes = ["include"],
deps = ["//llvm:Support"],
deps = [
"//llvm:Support"
"//mlir:IR",
],
)
cc_library(