Skip to content

Commit 37e9bf9

Browse files
committed
[bazel] Add missing dependency for 3cc2710
1 parent bc5ced5 commit 37e9bf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ cc_library(
438438
srcs = ["lib/Dialect/Test/TestToLLVMIRTranslation.cpp"],
439439
deps = [
440440
":TestDialect",
441+
"//llvm:Core",
441442
"//llvm:Support",
442443
"//mlir:BuiltinToLLVMIRTranslation",
443444
"//mlir:IR",

0 commit comments

Comments
 (0)