Skip to content

Commit 0ff49a7

Browse files
committed
[bazel] add missing dep after 5fbb8dd
1 parent ef8e033 commit 0ff49a7

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
@@ -678,6 +678,7 @@ mlir_c_api_cc_library(
678678
],
679679
includes = ["include"],
680680
deps = [
681+
":FromLLVMIRTranslation",
681682
":LLVMToLLVMIRTranslation",
682683
":Support",
683684
":ToLLVMIRTranslation",

0 commit comments

Comments
 (0)