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

Nicolas Vasilache llvmlistbot at llvm.org
Sun Feb 18 14:53:01 PST 2024


Sergio =?utf-8?q?S=C3=A1nchez_Ram=C3=ADrez?=,
Sergio =?utf-8?q?S=C3=A1nchez_Ram=C3=ADrez?=
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/82190 at github.com>


================
@@ -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)
----------------
nicolasvasilache wrote:

Ah yes good point, could be useful too.
There may also be some non-pass enums missing, while you're at it.

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


More information about the Mlir-commits mailing list