Skip to content

Commit 7fc67b5

Browse files
committed
[bazel] Port 1387ba4
1 parent 4e30cf7 commit 7fc67b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,6 +1534,7 @@ cc_library(
15341534
":BytecodeOpInterface",
15351535
":GPUDialect",
15361536
":IR",
1537+
":ROCDLDialect",
15371538
":SideEffectInterfaces",
15381539
"//llvm:Support",
15391540
],
@@ -8581,11 +8582,14 @@ cc_library(
85818582
includes = ["include"],
85828583
deps = [
85838584
":AMDGPUDialect",
8585+
":AMDGPUUtils",
85848586
":ArithDialect",
85858587
":ArithUtils",
85868588
":ConversionPassIncGen",
85878589
":IR",
8590+
":LLVMDialect",
85888591
":Pass",
8592+
":ROCDLDialect",
85898593
":Support",
85908594
":TransformUtils",
85918595
":VectorDialect",

0 commit comments

Comments
 (0)