[all-commits] [llvm/llvm-project] f8a953: [JITLink][ELF][AArch64] Implement eh frame handling.
Sunho Kim via All-commits
all-commits at lists.llvm.org
Fri Jun 10 12:06:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8a9536c55815caf46839063eb88d90b3ab1e93a
https://github.com/llvm/llvm-project/commit/f8a9536c55815caf46839063eb88d90b3ab1e93a
Author: Sunho Kim <ksunhokim123 at naver.com>
Date: 2022-06-11 (Sat, 11 Jun 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
A llvm/test/ExecutionEngine/JITLink/AArch64/ELF_aarch64_ehframe.s
Log Message:
-----------
[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
More information about the All-commits
mailing list