[PATCH] D27575: [libcxxabi] Introduce an externally threaded libc++abi variant (take-2)

Asiri Rathnayake via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 8 09:05:19 PST 2016


rmaprath created this revision.
rmaprath added reviewers: EricWF, mclow.lists.
rmaprath added a subscriber: cfe-commits.
Herald added a subscriber: mgorny.

This is a replacement for https://reviews.llvm.org/D27204. Re-worked so that we use the threading API of `libcxx` instead of creating a whole new API for `libcxxabi`.


https://reviews.llvm.org/D27575

Files:
  CMakeLists.txt
  src/config.h
  src/cxa_exception.cpp
  src/cxa_exception_storage.cpp
  src/cxa_guard.cpp
  src/cxa_thread_atexit.cpp
  src/fallback_malloc.cpp
  src/threading_support.h
  test/CMakeLists.txt
  test/libcxxabi/test/config.py
  test/lit.site.cfg.in
  test/test_exception_storage.pass.cpp
  test/test_fallback_malloc.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27575.80763.patch
Type: text/x-patch
Size: 21230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161208/64707bd3/attachment-0001.bin>


More information about the cfe-commits mailing list