summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAdrian Kuegel <akuegel@google.com>2023-05-02 08:37:44 +0200
committerAdrian Kuegel <akuegel@google.com>2023-05-02 08:37:44 +0200
commit3c83afb68bb1818eb20e58ef163a779c54aa69f1 (patch)
tree986640c7f398adfb97e87e99cf6acec4bd4d94da /utils
parent1367c5d6e096ad830c5ba37b1b3a5e2351ea28e9 (diff)
downloadllvm-3c83afb68bb1818eb20e58ef163a779c54aa69f1.tar.gz
[mlir][Bazel] Adjust BUILD file for changes in 5e118f933b6590cecd7f1afb30845a1594bc4a5d
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
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",