File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3958,10 +3958,10 @@ cc_library(
39583958 ":BufferizationToMemRef" ,
39593959 ":ComplexToLLVM" ,
39603960 ":ComplexToLibm" ,
3961+ ":ComplexToROCDLLibraryCalls" ,
39613962 ":ComplexToSPIRV" ,
39623963 ":ComplexToStandard" ,
39633964 ":ControlFlowToLLVM" ,
3964- ":ComplexToROCDLLibraryCalls" ,
39653965 ":ControlFlowToSCF" ,
39663966 ":ControlFlowToSPIRV" ,
39673967 ":ConversionPassIncGen" ,
@@ -13677,17 +13677,17 @@ cc_library(
1367713677 ]),
1367813678 includes = ["include" ],
1367913679 deps = [
13680- ":XeVMDialect" ,
1368113680 ":ConversionPassIncGen" ,
13682- ":ConvertToLLVMInterface" ,
13683- ":GPUDialect" ,
13681+ ":ConvertToLLVMInterface" ,
13682+ ":GPUDialect" ,
1368413683 ":IR" ,
13685- ":LLVMCommonConversion" ,
13686- ":LLVMDialect" ,
13684+ ":LLVMCommonConversion" ,
13685+ ":LLVMDialect" ,
1368713686 ":Pass" ,
13688- ":Support" ,
13687+ ":Support" ,
1368913688 ":TransformUtils" ,
1369013689 ":VectorDialect" ,
13691- "//llvm:Support" ,
13690+ ":XeVMDialect" ,
13691+ "//llvm:Support" ,
1369213692 ],
1369313693)
You can’t perform that action at this time.
0 commit comments