File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4414,13 +4414,15 @@ cc_library(
44144414 deps = [
44154415 ":AMXTransforms" ,
44164416 ":AffineTransformOps" ,
4417+ ":ArithToEmitC" ,
44174418 ":ArithToLLVM" ,
44184419 ":BufferizationTransformOps" ,
44194420 ":BuiltinToLLVMIRTranslation" ,
44204421 ":ComplexToLLVM" ,
44214422 ":ControlFlowToLLVM" ,
44224423 ":DLTITransformOps" ,
44234424 ":FuncExtensions" ,
4425+ ":FuncToEmitC" ,
44244426 ":FuncToLLVM" ,
44254427 ":FuncTransformOps" ,
44264428 ":GPUToGPURuntimeTransforms" ,
@@ -4432,6 +4434,7 @@ cc_library(
44324434 ":LinalgTransformOps" ,
44334435 ":MPIToLLVM" ,
44344436 ":MathToLLVM" ,
4437+ ":MemRefToEmitC" ,
44354438 ":MemRefToLLVM" ,
44364439 ":MemRefTransformOps" ,
44374440 ":MeshDialect" ,
@@ -4441,6 +4444,7 @@ cc_library(
44414444 ":OpenMPToLLVM" ,
44424445 ":ROCDLTarget" ,
44434446 ":ROCDLToLLVMIRTranslation" ,
4447+ ":SCFToEmitC" ,
44444448 ":SCFTransformOps" ,
44454449 ":SparseTensorTransformOps" ,
44464450 ":TensorExtensions" ,
You can’t perform that action at this time.
0 commit comments