[libcxx-commits] [libcxx] [libc++] Put _LIBCPP_NODEBUG on all internal aliases (PR #118710)
Dave Lee via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 9 11:08:55 PST 2025
kastiglione wrote:
@ldionne @philnik777: this commit has resulted in some broken lldb tests. The tests build a small program, and then debug it. While building the small test program, they are hitting this assertion.
```
Assertion failed: (T && "could not create debug info for type"), function getOrCreateStandaloneType, file CGDebugInfo.cpp, line 2623.
```
See https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/8984/
https://github.com/llvm/llvm-project/pull/118710
More information about the libcxx-commits
mailing list