diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2015-02-06 20:34:17 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2015-02-06 20:34:17 +0000 |
commit | a8059559105e6c94cd4529823345d325ae5b9d9c (patch) | |
tree | b4a3b25f7fb0bbeea39fc95d807ff2038139a550 /llvm/lib | |
parent | 0e9e66330a20e00d1727af0fe80ac7957995f4a1 (diff) | |
download | bcm5719-llvm-a8059559105e6c94cd4529823345d325ae5b9d9c.tar.gz bcm5719-llvm-a8059559105e6c94cd4529823345d325ae5b9d9c.zip |
Unwind: hoist placement delete into base class
Move the placement delete into the base class. This permits the proper emission
of the virtual destructor in UnwindCursor by using the class specific placement
delete instead of the normal single element ::operator delete. With this patch,
we can finally build libunwind as a DSO without a runtime dependency on
libc++/libc++abi.
llvm-svn: 228436
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions