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 5717c5f commit 6d99d1aCopy full SHA for 6d99d1a
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -504,6 +504,19 @@ mlir_c_api_cc_library(
504
],
505
)
506
507
+mlir_c_api_cc_library(
508
+ name = "CAPICF",
509
+ srcs = ["lib/CAPI/Dialect/ControlFlow.cpp"],
510
+ hdrs = ["include/mlir-c/Dialect/ControlFlow.h"],
511
+ capi_deps = [
512
+ ":CAPIIR",
513
+ ],
514
+ includes = ["include"],
515
+ deps = [
516
+ ":ControlFlowDialect",
517
518
+)
519
+
520
mlir_c_api_cc_library(
521
name = "CAPIEmitC",
522
srcs = [
0 commit comments