Skip to content

Commit e5e5623

Browse files
authored
[bazel] Port llvm#91960 (llvm#92458)
1 parent 47d80ec commit e5e5623

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
@@ -2156,7 +2156,7 @@ cc_library(
21562156
":ArmSMEOpInterfacesIncGen",
21572157
":ArmSMEOpsIncGen",
21582158
":BytecodeOpInterface",
2159-
":FunctionInterfaces",
2159+
":FunctionInterfaces",
21602160
":IR",
21612161
":LLVMDialect",
21622162
":MemRefDialect",
@@ -2173,15 +2173,15 @@ cc_library(
21732173
hdrs = glob(["include/mlir/Dialect/ArmSME/Transforms/*.h"]),
21742174
includes = ["include"],
21752175
deps = [
2176-
":Analysis",
2176+
":Analysis",
21772177
":ArithUtils",
21782178
":ArmSMEDialect",
21792179
":ArmSMETransformsPassIncGen",
21802180
":ControlFlowDialect",
21812181
":DialectUtils",
21822182
":FuncDialect",
21832183
":FuncTransforms",
2184-
":FunctionInterfaces",
2184+
":FunctionInterfaces",
21852185
":IR",
21862186
":LLVMCommonConversion",
21872187
":LLVMDialect",
@@ -2220,7 +2220,7 @@ cc_library(
22202220
":ControlFlowDialect",
22212221
":ConversionPassIncGen",
22222222
":FuncDialect",
2223-
":FunctionInterfaces",
2223+
":FunctionInterfaces",
22242224
":LLVMCommonConversion",
22252225
":LLVMDialect",
22262226
":MemRefDialect",
@@ -7487,6 +7487,7 @@ cc_library(
74877487
":TransformUtils",
74887488
":ValueBoundsOpInterface",
74897489
":VectorDialect",
7490+
":VectorUtils",
74907491
"//llvm:Support",
74917492
],
74927493
)

0 commit comments

Comments
 (0)