Skip to content

Commit d9190f8

Browse files
committed
[bazel] run buildifier on mlir/BUILD.bazel
This reorders a couple of deps lists, but seems worth doing.
1 parent 7d0a81c commit d9190f8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)