File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -3961,6 +3961,7 @@ cc_library(
39613961 ":ComplexToSPIRV" ,
39623962 ":ComplexToStandard" ,
39633963 ":ControlFlowToLLVM" ,
3964+ ":ComplexToROCDLLibraryCalls" ,
39643965 ":ControlFlowToSCF" ,
39653966 ":ControlFlowToSPIRV" ,
39663967 ":ConversionPassIncGen" ,
@@ -11900,6 +11901,25 @@ cc_library(
1190011901 ],
1190111902)
1190211903
11904+ cc_library (
11905+ name = "ComplexToROCDLLibraryCalls" ,
11906+ srcs = glob ([
11907+ "lib/Conversion/ComplexToROCDLLibraryCalls/*.cpp" ,
11908+ ]),
11909+ hdrs = glob ([
11910+ "include/mlir/Conversion/ComplexToROCDLLibraryCalls/*.h" ,
11911+ ]),
11912+ includes = ["include" ],
11913+ deps = [
11914+ ":ComplexDialect" ,
11915+ ":ConversionPassIncGen" ,
11916+ ":FuncDialect" ,
11917+ ":IR" ,
11918+ ":Pass" ,
11919+ ":TransformUtils" ,
11920+ ],
11921+ )
11922+
1190311923cc_library (
1190411924 name = "ComplexToSPIRV" ,
1190511925 srcs = glob ([
You can’t perform that action at this time.
0 commit comments