[JITLink][ELF][AArch64] Implement eh frame handling.
authorSunho Kim <ksunhokim123@naver.com>
Fri, 10 Jun 2022 18:34:49 +0000 (03:34 +0900)
committerSunho Kim <ksunhokim123@naver.com>
Fri, 10 Jun 2022 19:06:14 +0000 (04:06 +0900)
commitf8a9536c55815caf46839063eb88d90b3ab1e93a
treefc110ad9a8500dc6cffdbc266e2a38604ce568c2
parenteb912411e9074ede9ac6b5f92236119639a5a9f2
[JITLink][ELF][AArch64] Implement eh frame handling.

Implements eh frame handling by using generic EHFrame passes. The c++ exception handling works correctly with this change.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D127063
llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
llvm/test/ExecutionEngine/JITLink/AArch64/ELF_aarch64_ehframe.s [new file with mode: 0644]