Skip to content

Commit f9a609c

Browse files
committed
[bazel] Fix the second bazel buildbot for 4529797
1 parent 32b7c1f commit f9a609c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3451,6 +3451,7 @@ cc_library(
34513451
":ControlFlowToLLVM",
34523452
":ControlFlowToSPIRV",
34533453
":ConversionPassIncGen",
3454+
":ConvertToLLVM",
34543455
":FuncToLLVM",
34553456
":FuncToSPIRV",
34563457
":GPUToGPURuntimeTransforms",
@@ -4050,6 +4051,7 @@ cc_library(
40504051
hdrs = ["include/mlir/InitAllExtensions.h"],
40514052
deps = [
40524053
":FuncExtensions",
4054+
":NVVMToLLVM",
40534055
],
40544056
)
40554057

@@ -7023,6 +7025,7 @@ cc_library(
70237025
":LLVMDialect",
70247026
":Pass",
70257027
":Rewrite",
7028+
":Support",
70267029
":TransformUtils",
70277030
"//llvm:Support",
70287031
],

0 commit comments

Comments
 (0)