File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4876,6 +4876,7 @@ cc_library(
4876
4876
":NVGPUTransformOps" ,
4877
4877
":NVVMTarget" ,
4878
4878
":NVVMToLLVM" ,
4879
+ ":OpenMPToLLVM" ,
4879
4880
":ROCDLTarget" ,
4880
4881
":ROCDLToLLVMIRTranslation" ,
4881
4882
":SCFTransformOps" ,
@@ -9744,22 +9745,22 @@ cc_binary(
9744
9745
name = "mlir-rewrite" ,
9745
9746
srcs = ["tools/mlir-rewrite/mlir-rewrite.cpp" ],
9746
9747
deps = [
9748
+ ":AffineAnalysis" ,
9747
9749
":AllExtensions" ,
9748
9750
":AllPassesAndDialects" ,
9749
- ":AffineAnalysis" ,
9750
9751
":Analysis" ,
9751
9752
":AsmParser" ,
9752
9753
":CastInterfaces" ,
9753
9754
":Dialect" ,
9754
- ":Parser " ,
9755
+ ":IR " ,
9755
9756
":ParseUtilities" ,
9757
+ ":Parser" ,
9756
9758
":Pass" ,
9757
- ":Transforms" ,
9758
- ":TransformUtils" ,
9759
9759
":Support" ,
9760
- ":IR" ,
9760
+ ":TransformUtils" ,
9761
+ ":Transforms" ,
9761
9762
"//llvm:Support" ,
9762
- ]
9763
+ ],
9763
9764
)
9764
9765
9765
9766
cc_library (
You can’t perform that action at this time.
0 commit comments