llvm-project/libcxx/lib
Mehdi Amini 87e8e25548 Reexport operator new / delete from libc++abi
Both libc++ and libc++abi export a weak definition of operator
new/delete. On Darwin, this can often cause dirty __DATA in the
shared cache when having to switch from one to the other. Instead,
libc++ should reexport libc++abi's implementation of these symbols.

Patch by: Ted Kremenek <kremenek@apple.com>

Differential Revision: https://reviews.llvm.org/D30765

llvm-svn: 299054
2017-03-30 04:47:19 +00:00
..
abi Update ABI list for 4.0 release 2017-03-02 19:59:53 +00:00
CMakeLists.txt Do not pass an explicit reexported symbol list when building libc++ dylib if also defining new/delete 2017-03-30 04:40:56 +00:00
libc++abi.exp
libc++abi2.exp Reexport operator new / delete from libc++abi 2017-03-30 04:47:19 +00:00
libc++sjlj-abi.exp
libc++unexp.exp
notweak.exp
weak.exp