Skip to content

Commit 419f5f1

Browse files
authored
[bazel] fix: add dependency for SCFToEmitC due to c3aa158 (#162535)
Adding dependency changes due to bazel build failing since https://github.com/llvm/llvm-project/pull/143008/files
1 parent c57796d commit 419f5f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7800,6 +7800,7 @@ cc_library(
78007800
":SCFDialect",
78017801
":TransformUtils",
78027802
":Transforms",
7803+
"//llvm:Support",
78037804
],
78047805
)
78057806

0 commit comments

Comments
 (0)