Skip to content

Commit 1db03ca

Browse files
authored
[mlir][bazel] Port 697aa99
1 parent c7daab2 commit 1db03ca

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

+20
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,26 @@ mlir_c_api_cc_library(
896896
],
897897
)
898898

899+
mlir_c_api_cc_library(
900+
name = "CAPISMT",
901+
srcs = [
902+
"lib/CAPI/Dialect/SMT.cpp",
903+
"lib/CAPI/Target/ExportSMTLIB.cpp",
904+
],
905+
hdrs = [
906+
"include/mlir-c/Dialect/SMT.h",
907+
"include/mlir-c/Target/ExportSMTLIB.h",
908+
],
909+
capi_deps = [
910+
":CAPIIR",
911+
],
912+
includes = ["include"],
913+
deps = [
914+
":SMTDialect",
915+
":TargetSMTLIB",
916+
],
917+
)
918+
899919
mlir_c_api_cc_library(
900920
name = "CAPIRegisterEverything",
901921
srcs = ["lib/CAPI/RegisterEverything/RegisterEverything.cpp"],

0 commit comments

Comments
 (0)