[PATCH] D127063: [JITLink][ELF/AARCH64] Implement eh frame handling

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 4 18:11:40 PDT 2022


sunho created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
sunho requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch implements eh frame handling by using generic EHFrame passes. I checked that c++ exception handling works correctly with this change. (it doens't work without this change)


https://reviews.llvm.org/D127063

Files:
  llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
  llvm/test/ExecutionEngine/JITLink/AArch64/ELF_aarch64_ehframe.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127063.434302.patch
Type: text/x-patch
Size: 3726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220605/3be4c432/attachment.bin>


More information about the llvm-commits mailing list