mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
The rest of libunwind already uses placement new, these are the only places where non-placement new is being used introducing undesirable C++ library dependency. Differential Revision: https://reviews.llvm.org/D57251 llvm-svn: 352245