[all-commits] [llvm/llvm-project] 45ad6f: [JITLink] Use edge kind names for fixups in EHFram...
lhames via All-commits
all-commits at lists.llvm.org
Sat Jan 23 21:42:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45ad6fac6ad0dea2a1f7a1c6b65b64d230757667
https://github.com/llvm/llvm-project/commit/45ad6fac6ad0dea2a1f7a1c6b65b64d230757667
Author: Lang Hames <lhames at gmail.com>
Date: 2021-01-24 (Sun, 24 Jan 2021)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp
M llvm/lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h
M llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
Log Message:
-----------
[JITLink] Use edge kind names for fixups in EHFrameEdgeFixer.
Previously FDE field names were used, but the fixup kind used for a field can
vary based on the pointer encoding.
This change will improve readability / maintainability when EH-frame support is
added to JITLink/ELF.
More information about the All-commits
mailing list