[all-commits] [llvm/llvm-project] 4f6757: [JITLink][RISCV] Implement eh_frame handling (#68253)
Jonas Hahnfeld via All-commits
all-commits at lists.llvm.org
Sat Oct 28 02:30:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f6757ce4bc78b7f56e4cb2a84c35444cd71c145
https://github.com/llvm/llvm-project/commit/4f6757ce4bc78b7f56e4cb2a84c35444cd71c145
Author: Jonas Hahnfeld <hahnjo at hahnjo.de>
Date: 2023-10-28 (Sat, 28 Oct 2023)
Changed paths:
M clang/test/Interpreter/simple-exception.cpp
M clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
M llvm/include/llvm/ExecutionEngine/JITLink/riscv.h
M llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
M llvm/lib/ExecutionEngine/JITLink/riscv.cpp
A llvm/test/ExecutionEngine/JITLink/RISCV/ELF_ehframe.s
A llvm/test/ExecutionEngine/JITLink/RISCV/ELF_ehframe.test
Log Message:
-----------
[JITLink][RISCV] Implement eh_frame handling (#68253)
This requires adding a `NegDelta32` edge kind that cannot be mapped to
existing relocations.
Co-authored-by: Job Noorman <jnoorman at igalia.com>
More information about the All-commits
mailing list