[PATCH] D111703: [ARM] __cxa_end_cleanup should be called instead of _UnwindResume.

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 3 13:04:39 PDT 2021


vitalybuka added a subscriber: eugenis.
vitalybuka added a comment.

In D111703#3106464 <https://reviews.llvm.org/D111703#3106464>, @danielkiss wrote:

> @vitalybuka Thanks for the report. The problem could be that the libcxxabi is taken from the sysroot which contains the old code. so the compiler and the runtime is out of sync. what do think?

@eugenis That's very likely. We test Android with a version of NDK against compiler HEAD. I will disabled a test on android unless someone have a better idea?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111703



More information about the llvm-commits mailing list