summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortsitdikov <tsitdikov@google.com>2024-02-23 11:57:14 +0000
committerGitHub <noreply@github.com>2024-02-23 11:57:14 +0000
commit6ac2c0488f0e06036fc2bd7a94bea71fb930b363 (patch)
treeaa52c666d20ea65b1c91151e72d88998f5931f55
parentd9e4309b451c1b24d4e0a6304057663b877e5266 (diff)
Add TestArmSME dependency to mlir-opt library.
TestArmSME was added in https://github.com/llvm/llvm-project/commit/e1326434742980b03433464dd9435ea66ad5be47, now we need to add dependency on it.
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index a34874efa5b1..853d136d9478 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -9170,6 +9170,7 @@ cc_binary(
"//mlir/test:TestAffine",
"//mlir/test:TestAnalysis",
"//mlir/test:TestArith",
+ "//mlir/test:TestArmSME",
"//mlir/test:TestBufferization",
"//mlir/test:TestControlFlow",
"//mlir/test:TestDLTI",