[libcxx-commits] [PATCH] D158620: [libcxx] [libcxxabi] don't throw+catch in std::make_exception_ptr when building with libcxxabi

Ivan via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 30 06:39:27 PDT 2023


itrofimow updated this revision to Diff 554695.
itrofimow added a comment.

- wip on making the build green


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158620/new/

https://reviews.llvm.org/D158620

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__exception/exception_ptr.h
  libcxx/include/__typeinfo/typeinfo.h
  libcxx/include/libcxx.imp
  libcxx/include/module.modulemap.in
  libcxx/include/typeinfo
  libcxx/src/support/runtime/exception_pointer_cxxabi.ipp
  libcxx/test/libcxx/transitive_includes/cxx03.csv
  libcxx/test/libcxx/transitive_includes/cxx11.csv
  libcxx/test/libcxx/transitive_includes/cxx14.csv
  libcxx/test/libcxx/transitive_includes/cxx17.csv
  libcxx/test/libcxx/transitive_includes/cxx20.csv
  libcxx/test/libcxx/transitive_includes/cxx23.csv
  libcxx/test/libcxx/transitive_includes/cxx26.csv
  libcxx/utils/data/ignore_format.txt
  libcxxabi/include/cxxabi.h
  libcxxabi/src/cxa_exception.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158620.554695.patch
Type: text/x-patch
Size: 38598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230830/d4390389/attachment-0001.bin>


More information about the libcxx-commits mailing list