[libcxx-commits] [PATCH] D93190: [libc++abi] Simplify scan_eh_tab
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 11 13:35:28 PST 2021
ldionne added inline comments.
================
Comment at: libcxxabi/src/cxa_personality.cpp:776-778
- // It looks like the exception table has changed
- // on us. Likely stack corruption!
- call_terminate(native_exception, unwind_exception);
----------------
I don't understand why we're allowed to remove this. Can you please explain? The same question applies to other removals of `call_terminate` below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93190/new/
https://reviews.llvm.org/D93190
More information about the libcxx-commits
mailing list