[PATCH] D126868: [libunwind] Remove unused ARM SEH placeholder code

Charles Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 13:10:12 PDT 2022


cdavis5x accepted this revision.
cdavis5x added a comment.

The `handler` //is// used when someone calls `_Unwind_ForcedUnwind()`. (The `lsda` is only traced.) But that's not used by the C++ runtime. (Does //anybody// call it?) If it's never come up on ARM64, I guess it's OK.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126868



More information about the llvm-commits mailing list