[all-commits] [llvm/llvm-project] bcb539: [JITLink] Add a null-terminator to eh-frame sectio...
lhames via All-commits
all-commits at lists.llvm.org
Tue Mar 9 22:16:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bcb53999a4ce9a8236295a6abf8b3a3e8916a0f5
https://github.com/llvm/llvm-project/commit/bcb53999a4ce9a8236295a6abf8b3a3e8916a0f5
Author: Lang Hames <lhames at gmail.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp
M llvm/lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
Log Message:
-----------
[JITLink] Add a null-terminator to eh-frame sections on ELF/x86-64.
__register_ehframes on Linux requires a null terminator to identify the end of
this section.
More information about the All-commits
mailing list