Skip to content

Commit b8eef18

Browse files
committed
[bazel] port ecaf2c3
1 parent 912c502 commit b8eef18

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4875,9 +4875,9 @@ cc_library(
48754875
name = "AllExtensions",
48764876
hdrs = ["include/mlir/InitAllExtensions.h"],
48774877
deps = [
4878+
":AMXTransforms",
48784879
":AffineTransformOps",
48794880
":ArithToLLVM",
4880-
":AMXTransforms",
48814881
":BufferizationTransformOps",
48824882
":BuiltinToLLVMIRTranslation",
48834883
":ComplexToLLVM",
@@ -5082,6 +5082,7 @@ cc_library(
50825082
":DialectUtils",
50835083
":FuncDialect",
50845084
":FunctionInterfaces",
5085+
":GPUDialect",
50855086
":IR",
50865087
":LinalgDialect",
50875088
":MemRefDialect",
@@ -7678,13 +7679,13 @@ cc_library(
76787679
":ArithUtils",
76797680
":DialectUtils",
76807681
":IR",
7682+
":InferTypeOpInterface",
76817683
":LinalgDialect",
76827684
":LinalgUtils",
76837685
":SCFDialect",
76847686
":TensorDialect",
76857687
":TensorUtils",
76867688
":TilingInterface",
7687-
":InferTypeOpInterface",
76887689
":ValueBoundsOpInterface",
76897690
],
76907691
)
@@ -14280,10 +14281,10 @@ cc_library(
1428014281
),
1428114282
includes = ["include"],
1428214283
deps = [
14284+
":FuncDialect",
1428314285
":IR",
1428414286
":Reducer",
1428514287
":Rewrite",
14286-
":FuncDialect",
1428714288
"//llvm:LineEditor",
1428814289
"//llvm:Support",
1428914290
],
@@ -14312,9 +14313,9 @@ cc_binary(
1431214313
stamp = 0,
1431314314
deps = [
1431414315
":AllPassesAndDialects",
14316+
":IR",
1431514317
":MlirQueryLib",
1431614318
":MlirQueryUtils",
14317-
":IR",
1431814319
"//llvm:Support",
1431914320
"//mlir/test:TestDialect",
1432014321
],

0 commit comments

Comments
 (0)