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(
48764876 ":NVGPUTransformOps" ,
48774877 ":NVVMTarget" ,
48784878 ":NVVMToLLVM" ,
4879+ ":OpenMPToLLVM" ,
48794880 ":ROCDLTarget" ,
48804881 ":ROCDLToLLVMIRTranslation" ,
48814882 ":SCFTransformOps" ,
@@ -9744,22 +9745,22 @@ cc_binary(
97449745 name = "mlir-rewrite" ,
97459746 srcs = ["tools/mlir-rewrite/mlir-rewrite.cpp" ],
97469747 deps = [
9748+ ":AffineAnalysis" ,
97479749 ":AllExtensions" ,
97489750 ":AllPassesAndDialects" ,
9749- ":AffineAnalysis" ,
97509751 ":Analysis" ,
97519752 ":AsmParser" ,
97529753 ":CastInterfaces" ,
97539754 ":Dialect" ,
9754- ":Parser " ,
9755+ ":IR " ,
97559756 ":ParseUtilities" ,
9757+ ":Parser" ,
97569758 ":Pass" ,
9757- ":Transforms" ,
9758- ":TransformUtils" ,
97599759 ":Support" ,
9760- ":IR" ,
9760+ ":TransformUtils" ,
9761+ ":Transforms" ,
97619762 "//llvm:Support" ,
9762- ]
9763+ ],
97639764)
97649765
97659766cc_library (
You can’t perform that action at this time.
0 commit comments