[Mlir-commits] [mlir] mlir/Presburger: guard dump function; fix buildbot (PR #95218)

Ramkumar Ramachandra llvmlistbot at llvm.org
Wed Jun 12 04:55:21 PDT 2024


artagnon wrote:

> Unfortunately this is not the only required fix like this. Another example is mlir/include/mlir/Analysis/Presburger/GeneratingFunction.h line 110
> 
> And there may be more. Maybe better to revert for now, and wait with rolling forward until you have verified that you have fixed everything?

Thanks for reporting the breakage: I will attempt to fix all the instances. I think a revert wouldn't be wise, as the change is huge, and the only builds that are broken are release builds without LLVM_ENABLE_DUMP.

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


More information about the Mlir-commits mailing list