[libcxx-commits] [PATCH] D121478: [libc++] Add a lightweight overridable assertion handler
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 17 14:08:40 PDT 2022
ldionne updated this revision to Diff 416314.
ldionne added a comment.
Rebase onto main to trigger CI (which should hopefully be fixed now).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121478/new/
https://reviews.llvm.org/D121478
Files:
libcxx/CMakeLists.txt
libcxx/cmake/caches/Generic-assertions.cmake
libcxx/docs/BuildingLibcxx.rst
libcxx/docs/ReleaseNotes.rst
libcxx/docs/UsingLibcxx.rst
libcxx/include/__assert
libcxx/include/__config_site.in
libcxx/include/version
libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist
libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist
libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist
libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.noincomplete.abilist
libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.nodebug.incomplete.abilist
libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.debug.incomplete.abilist
libcxx/src/CMakeLists.txt
libcxx/src/assert.cpp
libcxx/src/legacy_debug_handler.cpp
libcxx/test/libcxx/assertions/assertion_handler.abort.pass.cpp
libcxx/test/libcxx/assertions/assertion_handler.no-abort.pass.cpp
libcxx/test/libcxx/assertions/assertion_handler.pass.cpp
libcxx/test/libcxx/debug/check_assertion_test.pass.cpp
libcxx/test/libcxx/debug/containers/string.pass.cpp
libcxx/test/libcxx/debug/register_debug_handler.pass.cpp
libcxx/test/support/check_assertion.h
libcxx/utils/generate_feature_test_macro_components.py
libcxx/utils/libcxx/test/params.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121478.416314.patch
Type: text/x-patch
Size: 36292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220317/f7509bd0/attachment-0001.bin>
More information about the libcxx-commits
mailing list