Skip to content

Commit 93d12d4

Browse files
authored
Revert "[Bazel] Fix for 1bc58a2" (#114444)
This reverts commit 5ce8a93. Commit 1bc58a2 was reverted in a9a8351, so the bazel fix is no longer needed.
1 parent 0856592 commit 93d12d4

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
@@ -8954,7 +8954,7 @@ cc_library(
89548954
"include/mlir/Analysis/*.h",
89558955
"include/mlir/Analysis/*/*.h",
89568956
],
8957-
) + ["include/mlir/Transforms/RegionUtils.h"],
8957+
),
89588958
copts = [
89598959
"$(STACK_FRAME_UNLIMITED)",
89608960
],

0 commit comments

Comments
 (0)