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

Nicolas Vasilache llvmlistbot at llvm.org
Sun Feb 18 15:11:04 PST 2024


Sergio =?utf-8?q?Sánchez_Ramírez?=,
Sergio =?utf-8?q?Sánchez_Ramírez?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:

my apologies, my dated recollections point me to python bindings specifics that may be specific to Google's bazel stuff: https://github.com/llvm/llvm-project/blob/main/utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel#L195

I thin you can safely ignore

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


More information about the Mlir-commits mailing list