[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 10:59:08 PDT 2022
    
    
  
ldionne updated this revision to Diff 416252.
ldionne added a comment.
Should fix the CI
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.416252.patch
Type: text/x-patch
Size: 36292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220317/7258ab0e/attachment-0001.bin>
    
    
More information about the libcxx-commits
mailing list