[Lldb-commits] [lldb] [LLDB][Minidump] Change expected directories to the correct type; size_t (PR #96564)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 26 01:29:31 PDT 2024
DavidSpickett wrote:
`size_t` will be 32 bit on 32 bit platforms, is this ok given the expected range of this variable?
I don't see any failures on 32 bit Arm right now but worth asking in case it causes flaky tests later.
https://github.com/llvm/llvm-project/pull/96564
More information about the lldb-commits
mailing list