File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7526,9 +7526,9 @@ cc_library(
75267526 ":TilingInterface" ,
75277527 ":TransformUtils" ,
75287528 ":ValueBoundsOpInterface" ,
7529- ":ViewLikeInterface" ,
75307529 ":VectorDialect" ,
75317530 ":VectorUtils" ,
7531+ ":ViewLikeInterface" ,
75327532 "//llvm:Support" ,
75337533 ],
75347534)
@@ -8089,6 +8089,7 @@ cc_library(
80898089 ":ConversionPassIncGen" ,
80908090 ":IR" ,
80918091 ":SCFDialect" ,
8092+ ":SCFTransforms" ,
80928093 ":TransformUtils" ,
80938094 ":Transforms" ,
80948095 ],
@@ -10092,8 +10093,8 @@ cc_library(
1009210093 ":LLVMDialect" ,
1009310094 ":LoopLikeInterface" ,
1009410095 ":MemRefDialect" ,
10095- ":OpenACCOpsIncGen" ,
1009610096 ":OpenACCMPOpsInterfacesIncGen" ,
10097+ ":OpenACCOpsIncGen" ,
1009710098 ":OpenACCTypeInterfacesIncGen" ,
1009810099 ":OpenACCTypesIncGen" ,
1009910100 ":SideEffectInterfaces" ,
You can’t perform that action at this time.
0 commit comments