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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D57251
[libunwind] Use placement new to avoid dependency C++ library ClosedPublic Authored by phosek on Jan 25 2019, 12:08 PM.
Details Summary The rest of libunwind already uses placement new, these are the only
Diff Detail
Event Timelinephosek marked 2 inline comments as done. This revision is now accepted and ready to land.Jan 25 2019, 1:35 PM Closed by commit rL352245: [libunwind] Use placement new to avoid dependency C++ library (authored by phosek). · Explain WhyJan 25 2019, 1:40 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 183613 libunwind/trunk/src/libunwind.cpp
|