[libcxx-commits] [PATCH] D57262: [libunwind] Drop the dependency on <algorithm>, add placement new inline

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 29 00:27:25 PST 2019


mstorsjo accepted this revision.
mstorsjo added a comment.

In D57262#1374956 <https://reviews.llvm.org/D57262#1374956>, @phosek wrote:

> I missed some more C++ library uses in `UnwindCursor.hpp` and `Unwind-EHABI.cpp` which broke Arm bots and so I had to revert the change. This should now be addressed. Please let me know if this is okay to submit.


I believe the code looks good, although I haven't tested the EHABI unwinding code after this change to see if it still works.


Repository:
  rUNW libunwind

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57262/new/

https://reviews.llvm.org/D57262





More information about the libcxx-commits mailing list