[Mlir-commits] [mlir] [mlir] Cleanup dump() functions. (PR #89216)
Michael Kruse
llvmlistbot at llvm.org
Wed Mar 18 06:10:26 PDT 2026
Meinersbur wrote:
I haven't forgotten this, but I don't plan to continue this approach due to objections. The requested proper solution involves either move LLVM_DUMP_METHOD to llvm-config.h (practically impossible because we have dump functions in public headers), or making it independent of `NDEBUG`. Both have LLVM-wide consequences that needs to be discussed in an RFC and I currently don't have time to work on.
https://github.com/llvm/llvm-project/pull/89216
More information about the Mlir-commits
mailing list