Skip to content

Commit 34c4f6f

Browse files
committed
[MLIR][bazel] port 0693b9e
1 parent 794cd81 commit 34c4f6f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5796,9 +5796,9 @@ cc_library(
57965796
":ExecutionEngineUtils",
57975797
":FuncDialect",
57985798
":GPUDialect",
5799-
":GPUUtils",
58005799
":GPUPassIncGen",
58015800
":GPUToLLVMIRTranslation",
5801+
":GPUUtils",
58025802
":IR",
58035803
":IndexDialect",
58045804
":LLVMDialect",
@@ -5841,13 +5841,13 @@ cc_library(
58415841
hdrs = glob(["include/mlir/Dialect/GPU/Utils/*.h"]),
58425842
includes = ["include"],
58435843
deps = [
5844-
":AffineDialect",
5845-
":ArithDialect",
5846-
":GPUDialect",
5847-
":IR",
5848-
":Support",
5849-
":VectorDialect",
5850-
"//llvm:Support",
5844+
":AffineDialect",
5845+
":ArithDialect",
5846+
":GPUDialect",
5847+
":IR",
5848+
":Support",
5849+
":VectorDialect",
5850+
"//llvm:Support",
58515851
],
58525852
)
58535853

@@ -6210,16 +6210,18 @@ cc_library(
62106210
":FuncToLLVM",
62116211
":GPUCommonTransforms",
62126212
":GPUDialect",
6213-
":GPUUtils",
62146213
":GPUTransforms",
6214+
":GPUUtils",
62156215
":IR",
62166216
":LLVMCommonConversion",
62176217
":LLVMDialect",
62186218
":MemRefDialect",
62196219
":MemRefToLLVM",
62206220
":SPIRVDialect",
62216221
":Support",
6222+
":TransformUtils",
62226223
":VectorToLLVM",
6224+
":VectorTransforms",
62236225
"//llvm:Support",
62246226
],
62256227
)

0 commit comments

Comments
 (0)