summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2015-02-06 20:34:17 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2015-02-06 20:34:17 +0000
commita8059559105e6c94cd4529823345d325ae5b9d9c (patch)
treeb4a3b25f7fb0bbeea39fc95d807ff2038139a550 /llvm/lib
parent0e9e66330a20e00d1727af0fe80ac7957995f4a1 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud