diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-03-02 19:25:53 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-03-02 19:25:53 +0000 |
commit | b2577e5d6bdad54a0231b7a01d891af8e6e8f5f0 (patch) | |
tree | 93c4ef2b42987e9a53169f279ebc95bcb4f242ec /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py | |
parent | e937a828c43a2e586daf9905c3bc8ffdd317a4a8 (diff) | |
download | bcm5719-llvm-b2577e5d6bdad54a0231b7a01d891af8e6e8f5f0.tar.gz bcm5719-llvm-b2577e5d6bdad54a0231b7a01d891af8e6e8f5f0.zip |
[libc++abi] Update new/delete definitions to match libc++
Summary:
Currently both libc++ and libc++abi provide definitions for new/delete. However libc++abi's definitions haven't been updated to include aligned new/delete or sized deallocation.
I don't see any reason why libc++abi shouldn't provide these newer overloads.
This patch copies libc++'s implementation of `new/delete` into libc++abi so that it's now up to date.
After applying this patch I plan to fix a longstanding bug where both libc++ and libc++abi provide definitions for new/delete.
Reviewers: mclow.lists, mehdi_amini, dexonsmith, danalbert, smeenai, rmaprath, jroelofs
Reviewed By: mehdi_amini
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D30514
llvm-svn: 296787
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions