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

Daniel Kiss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 19 10:03:21 PDT 2021


danielkiss updated this revision to Diff 380719.
danielkiss added a comment.
Herald added a subscriber: dexonsmith.

Moved isTargetEHABICompatible up to the Triple class.
as __cxa_end_cleanup does not take the exception object ( managed it internally ) so less code to be generated.


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

https://reviews.llvm.org/D111703

Files:
  libcxxabi/src/cxa_exception.cpp
  llvm/include/llvm/ADT/Triple.h
  llvm/include/llvm/IR/RuntimeLibcalls.def
  llvm/lib/CodeGen/DwarfEHPrepare.cpp
  llvm/lib/Target/ARM/ARMSubtarget.h
  llvm/test/CodeGen/ARM/debug-frame.ll
  llvm/test/CodeGen/ARM/eh-resume-darwin.ll
  llvm/test/CodeGen/ARM/eh-resume.ll
  llvm/test/CodeGen/ARM/eh-resume2.ll
  llvm/test/CodeGen/ARM/ehabi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111703.380719.patch
Type: text/x-patch
Size: 20909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211019/378a9673/attachment-0001.bin>


More information about the llvm-commits mailing list