mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 08:26:07 +00:00
[mlir][bazel] Port 697aa9995c24a977425e672d76a4a434384b16e3
This commit is contained in:
parent
c7daab259c
commit
1db03cab70
@ -896,6 +896,26 @@ mlir_c_api_cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
mlir_c_api_cc_library(
|
||||
name = "CAPISMT",
|
||||
srcs = [
|
||||
"lib/CAPI/Dialect/SMT.cpp",
|
||||
"lib/CAPI/Target/ExportSMTLIB.cpp",
|
||||
],
|
||||
hdrs = [
|
||||
"include/mlir-c/Dialect/SMT.h",
|
||||
"include/mlir-c/Target/ExportSMTLIB.h",
|
||||
],
|
||||
capi_deps = [
|
||||
":CAPIIR",
|
||||
],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":SMTDialect",
|
||||
":TargetSMTLIB",
|
||||
],
|
||||
)
|
||||
|
||||
mlir_c_api_cc_library(
|
||||
name = "CAPIRegisterEverything",
|
||||
srcs = ["lib/CAPI/RegisterEverything/RegisterEverything.cpp"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user