Skip to content

Commit de569ad

Browse files
authored
[bazel] Add //mlir:IR to Support for #144897 (#145569)
PR #144897 added #include "mlir/IR/Visitors.h" to mlir/include/mlir/Support/StateStack.h. This change fixes the build file.
1 parent 5ff6c8e commit de569ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4845,7 +4845,10 @@ cc_library(
48454845
]),
48464846
hdrs = glob(["include/mlir/Support/*.h"]),
48474847
includes = ["include"],
4848-
deps = ["//llvm:Support"],
4848+
deps = [
4849+
"//llvm:Support"
4850+
"//mlir:IR",
4851+
],
48494852
)
48504853

48514854
cc_library(

0 commit comments

Comments
 (0)