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 649e811 commit 4b8964dCopy full SHA for 4b8964d
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -588,6 +588,24 @@ mlir_c_api_cc_library(
588
],
589
)
590
591
+mlir_c_api_cc_library(
592
+ name = "CAPITarget",
593
+ srcs = ["lib/CAPI/Target/LLVMIR.cpp"],
594
+ hdrs = ["include/mlir-c/Target/LLVMIR.h"],
595
+ capi_deps = [
596
+ ":CAPIIR",
597
+ ],
598
+ includes = ["include"],
599
+ deps = [
600
+ ":LLVMToLLVMIRTranslation",
601
+ ":Support",
602
+ ":ToLLVMIRTranslation",
603
+ ":ToLLVMIRTranslationRegistration",
604
+ "//llvm:Core",
605
+ "//llvm:Support",
606
607
+)
608
+
609
mlir_c_api_cc_library(
610
name = "CAPIGPU",
611
srcs = [
0 commit comments