We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ff1bd commit 9e16792Copy full SHA for 9e16792
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -535,6 +535,23 @@ mlir_c_api_cc_library(
535
],
536
)
537
538
+mlir_c_api_cc_library(
539
+ name = "CAPIIndex",
540
+ srcs = [
541
+ "lib/CAPI/Dialect/Index.cpp",
542
+ ],
543
+ hdrs = [
544
+ "include/mlir-c/Dialect/Index.h",
545
546
+ capi_deps = [
547
+ ":CAPIIR",
548
549
+ includes = ["include"],
550
+ deps = [
551
+ ":IndexDialect",
552
553
+)
554
+
555
mlir_c_api_cc_library(
556
name = "CAPILinalg",
557
srcs = [
0 commit comments