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(
3958
3958
":BufferizationToMemRef" ,
3959
3959
":ComplexToLLVM" ,
3960
3960
":ComplexToLibm" ,
3961
+ ":ComplexToROCDLLibraryCalls" ,
3961
3962
":ComplexToSPIRV" ,
3962
3963
":ComplexToStandard" ,
3963
3964
":ControlFlowToLLVM" ,
3964
- ":ComplexToROCDLLibraryCalls" ,
3965
3965
":ControlFlowToSCF" ,
3966
3966
":ControlFlowToSPIRV" ,
3967
3967
":ConversionPassIncGen" ,
@@ -13677,17 +13677,17 @@ cc_library(
13677
13677
]),
13678
13678
includes = ["include" ],
13679
13679
deps = [
13680
- ":XeVMDialect" ,
13681
13680
":ConversionPassIncGen" ,
13682
- ":ConvertToLLVMInterface" ,
13683
- ":GPUDialect" ,
13681
+ ":ConvertToLLVMInterface" ,
13682
+ ":GPUDialect" ,
13684
13683
":IR" ,
13685
- ":LLVMCommonConversion" ,
13686
- ":LLVMDialect" ,
13684
+ ":LLVMCommonConversion" ,
13685
+ ":LLVMDialect" ,
13687
13686
":Pass" ,
13688
- ":Support" ,
13687
+ ":Support" ,
13689
13688
":TransformUtils" ,
13690
13689
":VectorDialect" ,
13691
- "//llvm:Support" ,
13690
+ ":XeVMDialect" ,
13691
+ "//llvm:Support" ,
13692
13692
],
13693
13693
)
You can’t perform that action at this time.
0 commit comments