From 3c83afb68bb1818eb20e58ef163a779c54aa69f1 Mon Sep 17 00:00:00 2001 From: Adrian Kuegel Date: Tue, 2 May 2023 08:37:44 +0200 Subject: [mlir][Bazel] Adjust BUILD file for changes in 5e118f933b6590cecd7f1afb30845a1594bc4a5d --- utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel index 55d7e9904202..2ed41ad5282c 100644 --- a/utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel @@ -40,6 +40,7 @@ cc_test( deps = [ "//llvm:Support", "//mlir:IR", + "//mlir:Parser", "//mlir:Support", "//mlir/test:TestDialect", "//third-party/unittest:gmock", -- cgit v1.2.1