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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
