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(
3961
3961
":ComplexToSPIRV" ,
3962
3962
":ComplexToStandard" ,
3963
3963
":ControlFlowToLLVM" ,
3964
+ ":ComplexToROCDLLibraryCalls" ,
3964
3965
":ControlFlowToSCF" ,
3965
3966
":ControlFlowToSPIRV" ,
3966
3967
":ConversionPassIncGen" ,
@@ -11900,6 +11901,25 @@ cc_library(
11900
11901
],
11901
11902
)
11902
11903
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
+
11903
11923
cc_library (
11904
11924
name = "ComplexToSPIRV" ,
11905
11925
srcs = glob ([
You can’t perform that action at this time.
0 commit comments