File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -6410,6 +6410,22 @@ cc_library(
6410
6410
],
6411
6411
)
6412
6412
6413
+ cc_library (
6414
+ name = "TargetSMTLIB" ,
6415
+ srcs = ["lib/Target/SMTLIB/ExportSMTLIB.cpp" ],
6416
+ hdrs = glob (["include/mlir/Target/SMTLIB/*.h" ]),
6417
+ includes = ["include" ],
6418
+ deps = [
6419
+ ":ArithUtils" ,
6420
+ ":FuncDialect" ,
6421
+ ":IR" ,
6422
+ ":SMTDialect" ,
6423
+ ":Support" ,
6424
+ ":TranslateLib" ,
6425
+ "//llvm:Support" ,
6426
+ ],
6427
+ )
6428
+
6413
6429
td_library (
6414
6430
name = "SPIRVImageInterfacesTdFiles" ,
6415
6431
srcs = ["include/mlir/Dialect/SPIRV/Interfaces/SPIRVImageInterfaces.td" ],
@@ -8689,6 +8705,7 @@ cc_library(
8689
8705
":FromLLVMIRTranslationRegistration" ,
8690
8706
":SPIRVTranslateRegistration" ,
8691
8707
":TargetCpp" ,
8708
+ ":TargetSMTLIB" ,
8692
8709
":ToLLVMIRTranslationRegistration" ,
8693
8710
],
8694
8711
)
You can’t perform that action at this time.
0 commit comments