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(
4414
4414
deps = [
4415
4415
":AMXTransforms" ,
4416
4416
":AffineTransformOps" ,
4417
+ ":ArithToEmitC" ,
4417
4418
":ArithToLLVM" ,
4418
4419
":BufferizationTransformOps" ,
4419
4420
":BuiltinToLLVMIRTranslation" ,
4420
4421
":ComplexToLLVM" ,
4421
4422
":ControlFlowToLLVM" ,
4422
4423
":DLTITransformOps" ,
4423
4424
":FuncExtensions" ,
4425
+ ":FuncToEmitC" ,
4424
4426
":FuncToLLVM" ,
4425
4427
":FuncTransformOps" ,
4426
4428
":GPUToGPURuntimeTransforms" ,
@@ -4432,6 +4434,7 @@ cc_library(
4432
4434
":LinalgTransformOps" ,
4433
4435
":MPIToLLVM" ,
4434
4436
":MathToLLVM" ,
4437
+ ":MemRefToEmitC" ,
4435
4438
":MemRefToLLVM" ,
4436
4439
":MemRefTransformOps" ,
4437
4440
":MeshDialect" ,
@@ -4441,6 +4444,7 @@ cc_library(
4441
4444
":OpenMPToLLVM" ,
4442
4445
":ROCDLTarget" ,
4443
4446
":ROCDLToLLVMIRTranslation" ,
4447
+ ":SCFToEmitC" ,
4444
4448
":SCFTransformOps" ,
4445
4449
":SparseTensorTransformOps" ,
4446
4450
":TensorExtensions" ,
You can’t perform that action at this time.
0 commit comments