diff options
| author | Louis Dionne <ldionne.2@gmail.com> | 2022-03-08 15:13:24 -0500 |
|---|---|---|
| committer | Louis Dionne <ldionne.2@gmail.com> | 2022-03-09 10:05:38 -0500 |
| commit | 0f622bd281bda627cb988024bb1d86768d411e01 (patch) | |
| tree | ee60a4c115b8cfc5524ab4f5a334d86978f20b72 /lldb/test/API/python_api/debugger/TestDebuggerAPI.py | |
| parent | 7c385c4b2f653d6853fe4601f02bbc7fcd60cd91 (diff) | |
[libc++] Don't manually override NDEBUG in the dylib build
LIBCXX_ENABLE_ASSERTIONS does not have any relationship to the `assert`
macro -- it only controls assertions that are internal to the library.
Playing around with `NDEBUG` only muddies the picture further than it
already is.
Also, remove a failing assertion in the benchmarks. That assertion had
never been exercised because we defined `NDEBUG` manually, and it was
failing since we introduced the ability to generate a benchmark vector
with the Quicksort adversary ordering (which is obviously not sorted).
This was split off of https://llvm.org/D121123.
Differential Revision: https://reviews.llvm.org/D121244
Diffstat (limited to 'lldb/test/API/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions
