File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments