[mlir][Bazel] Add mlir-translate as data for dialect tests.

This commit is contained in:
Adrian Kuegel
2022-11-03 08:12:19 +01:00
parent 00b09a7b18
commit 0041b92cef

View File

@@ -11,6 +11,7 @@ package(default_visibility = ["//visibility:public"])
data = [
"//llvm:llvm-symbolizer",
"//mlir:mlir-opt",
"//mlir:mlir-translate",
"//mlir/test:lit_data",
],
)