[Lldb-commits] [lldb] [lldb] Fix wchar addition tests in DIL (PR #184082)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 2 02:11:28 PST 2026
Michael137 wrote:
> > Was this causing test failures?
>
> https://lab.llvm.org/buildbot/#/builders/18/builds/24998 I'm not 100% sure, but on that buildbot it's either `wchar` underlying type is `unsigned long`, or `long` and `int` types have the same width, so `unsigned int` gets promoted to `unsigned long`. I'm making the tests with unsigned values instead so that it doesn't fail on such systems, the point of them is to check that `wchar` types get promoted to regular integer values at all.
Alright, could you add that to the commit message?
https://github.com/llvm/llvm-project/pull/184082
More information about the lldb-commits
mailing list