Skip to content

Commit 1a9e9f1

Browse files
Dmitry ChernenkovNoumanAmir657
authored andcommitted
[Bazel] Fix for 1bc58a2
1 parent dc22c55 commit 1a9e9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8953,7 +8953,7 @@ cc_library(
89538953
"include/mlir/Analysis/*.h",
89548954
"include/mlir/Analysis/*/*.h",
89558955
],
8956-
),
8956+
) + ["include/mlir/Transforms/RegionUtils.h"],
89578957
copts = [
89588958
"$(STACK_FRAME_UNLIMITED)",
89598959
],

0 commit comments

Comments
 (0)