[Lldb-commits] [lldb] [lldb] Fix wchar addition tests in DIL (PR #184082)

Ilia Kuklin via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 2 01:56:31 PST 2026


kuilpd 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.

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


More information about the lldb-commits mailing list