[Lldb-commits] [lldb] [LLDB][NativePDB] Use typedef compiler type for typedef types (PR #156250)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 14 15:43:05 PDT 2025
cmtice wrote:
The simple-types.cpp test is failing in our internal build system, with an error like:
STDERR:
.../libcxx/include/__debug_utils/strict_weak_ordering_check.h:50: libc++ Hardening assertion !__comp(*(__first + __a), *(__first + __b)) failed: Your comparator is not a valid strict-weak ordering
PLEASE submit a bug report to http://go/llvm-crash-bug and include the crash backtrace and instructions to reproduce the bug.
.../libcxx/include/__debug_utils/strict_weak_ordering_check.h:50: libc++ Hardening assertion !__comp(*(__first + __a), *(__first + __b)) failed: Your comparator is not a valid strict-weak ordering
Do you have any ideas how to fix this?
https://github.com/llvm/llvm-project/pull/156250
More information about the lldb-commits
mailing list