[Mlir-commits] [mlir] [mlir][EmitC] Add pass that combines all available emitc conversions (PR #117549)

Marius Brehler llvmlistbot at llvm.org
Wed Apr 30 09:37:40 PDT 2025


================
@@ -0,0 +1,17 @@
+add_mlir_conversion_library(MLIRConvertToEmitC
----------------
marbre wrote:

You may want to extend the Bazel build configuration similar to
https://github.com/llvm/llvm-project/blob/d7f096e3fe611ae2cc7403c3cf2f88255a47b61d/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel#L7627-L7643

but maybe @mtrofin and @ilovepi can help with that in a follow up.

https://github.com/llvm/llvm-project/pull/117549


More information about the Mlir-commits mailing list