File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -12902,6 +12902,14 @@ gentbl_cc_library(
1290212902 ["-gen-attrdef-defs" ],
1290312903 "include/mlir/Dialect/Complex/IR/ComplexAttributes.cpp.inc" ,
1290412904 ),
12905+ (
12906+ ["-gen-enum-decls" ],
12907+ "include/mlir/Dialect/Complex/IR/ComplexEnums.h.inc" ,
12908+ ),
12909+ (
12910+ ["-gen-enum-defs" ],
12911+ "include/mlir/Dialect/Complex/IR/ComplexEnums.cpp.inc" ,
12912+ ),
1290512913 ],
1290612914 tblgen = ":mlir-tblgen" ,
1290712915 td_file = "include/mlir/Dialect/Complex/IR/ComplexAttributes.td" ,
@@ -12972,6 +12980,26 @@ cc_library(
1297212980 ],
1297312981)
1297412982
12983+ cc_library (
12984+ name = "ComplexCommon" ,
12985+ srcs = glob ([
12986+ "lib/Conversion/ComplexCommon/*.cpp" ,
12987+ ]),
12988+ hdrs = glob ([
12989+ "include/mlir/Conversion/ComplexCommon/*.h" ,
12990+ ]),
12991+ includes = ["include" ],
12992+ deps = [
12993+ ":ArithAttrToLLVMConversion" ,
12994+ ":ArithDialect" ,
12995+ ":ComplexDialect" ,
12996+ ":LLVMCommonConversion" ,
12997+ ":LLVMDialect" ,
12998+ ":MathDialect" ,
12999+ ":Pass" ,
13000+ ],
13001+ )
13002+
1297513003cc_library (
1297613004 name = "ComplexToLLVM" ,
1297713005 srcs = glob ([
@@ -12984,6 +13012,7 @@ cc_library(
1298413012 deps = [
1298513013 ":ArithAttrToLLVMConversion" ,
1298613014 ":ArithDialect" ,
13015+ ":ComplexCommon" ,
1298713016 ":ComplexDialect" ,
1298813017 ":ConversionPassIncGen" ,
1298913018 ":ConvertToLLVMInterface" ,
@@ -13043,6 +13072,7 @@ cc_library(
1304313072 includes = ["include" ],
1304413073 deps = [
1304513074 ":ArithDialect" ,
13075+ ":ComplexCommon" ,
1304613076 ":ComplexDialect" ,
1304713077 ":ConversionPassIncGen" ,
1304813078 ":IR" ,
You can’t perform that action at this time.
0 commit comments