Skip to content

Commit 59e75b7

Browse files
authored
[mlir][bazel] Sort targets list.
1 parent 2f1c780 commit 59e75b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5301,6 +5301,7 @@ cc_library(
53015301
]),
53025302
includes = ["include"],
53035303
deps = [
5304+
":ArithDialect",
53045305
":ConversionPassIncGen",
53055306
":GPUCommonTransforms",
53065307
":GPUDialect",
@@ -5309,7 +5310,6 @@ cc_library(
53095310
":LLVMCommonConversion",
53105311
":LLVMDialect",
53115312
":MemRefDialect",
5312-
":ArithDialect",
53135313
":NVGPUDialect",
53145314
":NVVMDialect",
53155315
":Pass",

0 commit comments

Comments
 (0)