aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorwenzhi-cui <40185576+wenzhi-cui@users.noreply.github.com>2023-11-13 14:34:16 +0800
committerGitHub <noreply@github.com>2023-11-13 07:34:16 +0100
commit858453dd71e03f2a96e2041ee9f22227da66ac98 (patch)
treed1493ca7302d9d8d5183fbdf9109a52caaf979a9 /utils
parent65f2cf25c36d8fd349405f83c65f7530c6fb2bb2 (diff)
downloadllvm-858453dd71e03f2a96e2041ee9f22227da66ac98.zip
llvm-858453dd71e03f2a96e2041ee9f22227da66ac98.tar.gz
llvm-858453dd71e03f2a96e2041ee9f22227da66ac98.tar.bz2
Adds ":Support" to MLIRBindingsPythonCore deps (#72087)
Adds ":Support" to MLIRBindingsPythonCore deps
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 1a547d4..216d995 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -925,6 +925,7 @@ cc_library(
":CAPIIR",
":CAPIInterfaces",
":MLIRBindingsPythonHeadersAndDeps",
+ ":Support",
"//llvm:Support",
"@pybind11",
"@python_runtime//:headers",