Skip to content

Commit 649ea55

Browse files
itfgithub-actions[bot]
authored andcommitted
Automerge: [bazel] Add //mlir:IR to Support for #144897 (#145569)
PR llvm/llvm-project#144897 added #include "mlir/IR/Visitors.h" to mlir/include/mlir/Support/StateStack.h. This change fixes the build file.
2 parents bdb2d71 + de569ad commit 649ea55

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)