[Mlir-commits] [llvm] [mlir] [MLIR][Python] reland (narrower) type stub generation (PR #157930)
Maksim Levental
llvmlistbot at llvm.org
Tue Sep 23 11:14:36 PDT 2025
makslevental wrote:
> But why do we print this in the first place? This is neither an error nor a warning or anything that would require the user attention, or is it?
Because you asked for a mechanism for reporting failures in the type generation process itself:
https://github.com/llvm/llvm-project/pull/157853#issuecomment-3276226227
Prior when it was `quiet`, your error was hidden.
https://github.com/llvm/llvm-project/pull/157930
More information about the Mlir-commits
mailing list