diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-03-01 23:59:34 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-03-01 23:59:34 +0000 |
commit | 378122744886d5d6450839b30c7f4aadf4823a25 (patch) | |
tree | 7f199f3dfd4b6abdb2d4aa27acef6b31be575c77 /lldb/source/Plugins/LanguageRuntime/ObjC | |
parent | b3fd276555cb96a9c70fb3fa8031ce3a4f812a0b (diff) | |
download | bcm5719-llvm-378122744886d5d6450839b30c7f4aadf4823a25.tar.gz bcm5719-llvm-378122744886d5d6450839b30c7f4aadf4823a25.zip |
Cleanup new/delete definitions
This patch cleans up how libc++abi handles the definitions for new/delete.
It is in preperation for upcoming changes to fix how both libc++ and libc++abi
handle new/delete.
The primary changes in this patch are:
* Move the definitions for bad_array_length and bad_new_array_length
into stdlib_exception.cpp. This way stdlib_new_delete.cpp only
contains new/delete.
* Rename cxa_new_delete.cpp -> stdlib_new_delete.cpp for consistency
with other files.
* Add a FIXME regarding when stdlib_new_delete.cpp is actually compiled
as part of the dylib.
llvm-svn: 296715
Diffstat (limited to 'lldb/source/Plugins/LanguageRuntime/ObjC')
0 files changed, 0 insertions, 0 deletions