This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 25a01d9e01d [llvm-objdump] Delete redundant check new ea4679cf0f4 [JITLink] Refer to FDE's CIE (not the most recent CIE) when [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/ExecutionEngine/JITLink/EHFrameSupport.cpp | 31 +++++++------ lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h | 9 +++- .../JITLink/X86/Inputs/MachO_x86-64_ehframe.o | Bin 0 -> 1056 bytes .../JITLink/X86/MachO_x86-64_ehframe.test | 5 +++ .../JITLink/X86/MachO_x86-64_relocations.s | 30 ++++++------- tools/llvm-jitlink/llvm-jitlink.cpp | 48 ++++++++++++--------- 6 files changed, 74 insertions(+), 49 deletions(-) create mode 100644 test/ExecutionEngine/JITLink/X86/Inputs/MachO_x86-64_ehframe.o create mode 100644 test/ExecutionEngine/JITLink/X86/MachO_x86-64_ehframe.test