[libcxx-commits] [PATCH] D68972: [libunwind][Android] Fix findUnwindSections for ARM EHABI Bionic

Ryan Prichard via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 23 15:47:52 PDT 2020


rprichard added a comment.

I commented on the Chromium bug. Chromium has a stack sampler component that overrides dl_unwind_find_exidx with an implementation that outputs a number-of-bytes instead of number-of-entries. It looks like we're fixing the overriding dl_unwind_find_exidx to use number-of-entries, so we don't need to revert this change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68972





More information about the libcxx-commits mailing list