[Mlir-commits] [mlir] Add missing dialects to C API (PR #82190)

Sergio Sánchez Ramírez llvmlistbot at llvm.org
Sun Feb 18 14:58:41 PST 2024


================
@@ -2,6 +2,8 @@ set(LLVM_TARGET_DEFINITIONS Passes.td)
 mlir_tablegen(Passes.h.inc -gen-pass-decls -name ArmSME)
 mlir_tablegen(PassesEnums.h.inc -gen-enum-decls)
 mlir_tablegen(PassesEnums.cpp.inc -gen-enum-defs)
+mlir_tablegen(Passes.capi.h.inc -gen-pass-capi-header --prefix ArmSME)
+mlir_tablegen(Passes.capi.cpp.inc -gen-pass-capi-impl --prefix ArmSME)
----------------
mofeing wrote:

Can you point me which enums are those? I'm not familiar with the LLVM codebase.

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


More information about the Mlir-commits mailing list