aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJacques Pienaar <jpienaar@google.com>2024-06-13 20:48:17 +0000
committerJacques Pienaar <jpienaar@google.com>2024-06-13 20:48:17 +0000
commit93181db7fb6cd738bc807e510f87e3a61fb5b3e6 (patch)
tree758849d57453217f4a7cc63355e9cc4f76835984 /utils
parent41587739a63f7622c36715421d215f07d79f9a7d (diff)
downloadllvm-93181db7fb6cd738bc807e510f87e3a61fb5b3e6.zip
llvm-93181db7fb6cd738bc807e510f87e3a61fb5b3e6.tar.gz
llvm-93181db7fb6cd738bc807e510f87e3a61fb5b3e6.tar.bz2
[mlir][bzl] Add missing dep
The file was added to MLIRBindingsPythonCoreNoCAPI but objects weren't. Signed-off-by: Jacques Pienaar <jpienaar@google.com>
Diffstat (limited to 'utils')
-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 8e217ff..421063cc 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -1051,6 +1051,7 @@ cc_library(
":CAPIDebugObjects",
":CAPIIRObjects",
":CAPIInterfacesObjects",
+ ":CAPITransformObjects",
],
)