[llvm] [DWARF] Emit 0/1 for constant boolean values (PR #151225)
Michael Buch via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 6 01:48:48 PDT 2025
Michael137 wrote:
> This leads to the debugger printing 255 instead of "true" for boolean variables.
Do you have an example/Github issue of this? The debugger should know how to present booleans in a particular language, regardless of which non-zero value was used to indicate truthness
https://github.com/llvm/llvm-project/pull/151225
More information about the llvm-commits
mailing list