Skip to content

Commit 5ce8a93

Browse files
author
Dmitry Chernenkov
committed
[Bazel] Fix for 1bc58a2
1 parent ef2a104 commit 5ce8a93

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)