[all-commits] [llvm/llvm-project] 0d0f21: [JITLink] Allow pre-existing eh-frame CIE edges on...
lhames via All-commits
all-commits at lists.llvm.org
Mon Oct 9 22:21:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d0f2199f4ac9bc693dfd4b37a14441edaea5f50
https://github.com/llvm/llvm-project/commit/0d0f2199f4ac9bc693dfd4b37a14441edaea5f50
Author: Lang Hames <lhames at gmail.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp
Log Message:
-----------
[JITLink] Allow pre-existing eh-frame CIE edges on FDEs.
This restores the pre-b9383a86b8f behavior. Most platforms / compilers don't
add relocations for CIEs, however they're not prohibited and we want objects
that contain them to remain loadable.
More information about the All-commits
mailing list