[PATCH] D28785: Split exception.cpp and new.cpp implementation into different files for different runtimes

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 17 16:19:51 PST 2017


EricWF updated this revision to Diff 84770.
EricWF added a comment.
Herald added a subscriber: mgorny.

- Allow standalone libc++ build on OS X to default to using `libc++abi`.


https://reviews.llvm.org/D28785

Files:
  CMakeLists.txt
  include/exception
  include/new
  include/typeinfo
  src/exception.cpp
  src/new.cpp
  src/support/runtime/exception_fallback.ipp
  src/support/runtime/exception_glibcxx.ipp
  src/support/runtime/exception_libcxxabi.ipp
  src/support/runtime/exception_libcxxrt.ipp
  src/support/runtime/exception_msvc.ipp
  src/support/runtime/exception_pointer_cxxabi.ipp
  src/support/runtime/exception_pointer_glibcxx.ipp
  src/support/runtime/exception_pointer_unimplemented.ipp
  src/support/runtime/new_handler_fallback.ipp
  src/typeinfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28785.84770.patch
Type: text/x-patch
Size: 36389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170118/86f0a539/attachment-0001.bin>


More information about the cfe-commits mailing list