[Mlir-commits] [mlir] [MLIR] Auto generate source location for python bindings (PR #112923)

Maksim Levental llvmlistbot at llvm.org
Thu Jul 10 08:18:48 PDT 2025


makslevental wrote:

After revisiting this (on Discord) I think one possible compromise here is to make it an optional step during tablegen emission - i.e. `-DMLIR_PYTHON_BINDINGS_EMIT_LOCATION_HELPER_IN_OPS=ON` (or something like that) would trigger this emission (by default it would be off). Then projects can decide for themselves if the cost is worth it.

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


More information about the Mlir-commits mailing list