This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d0829ea43d [cmake] Add llvm-jit to LLVM_TEST_DEPENDS new 6ea61174c39 [JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.
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: .../JITLink/{JITLink_EHFrameSupport.h => EHFrameSupport.h} | 8 ++++---- .../llvm/ExecutionEngine/JITLink/{JITLink_MachO.h => MachO.h} | 8 ++++---- .../JITLink/{JITLink_MachO_x86_64.h => MachO_x86_64.h} | 8 ++++---- lib/ExecutionEngine/JITLink/CMakeLists.txt | 6 +++--- .../JITLink/{JITLink_EHFrameSupport.cpp => EHFrameSupport.cpp} | 2 +- .../{JITLink_EHFrameSupportImpl.h => EHFrameSupportImpl.h} | 10 +++++----- lib/ExecutionEngine/JITLink/JITLink.cpp | 2 +- lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp | 2 +- lib/ExecutionEngine/JITLink/{JITLink_MachO.cpp => MachO.cpp} | 10 +++++++--- .../JITLink/{JITLink_MachO_x86_64.cpp => MachO_x86_64.cpp} | 6 +++--- lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp | 2 +- unittests/ExecutionEngine/JITLink/CMakeLists.txt | 2 +- ...TLinkTest_MachO_x86_64_Tests.cpp => MachO_x86_64_Tests.cpp} | 4 ++-- 13 files changed, 37 insertions(+), 33 deletions(-) rename include/llvm/ExecutionEngine/JITLink/{JITLink_EHFrameSupport.h => EHFrameSu [...] rename include/llvm/ExecutionEngine/JITLink/{JITLink_MachO.h => MachO.h} (77%) rename include/llvm/ExecutionEngine/JITLink/{JITLink_MachO_x86_64.h => MachO_x86_6 [...] rename lib/ExecutionEngine/JITLink/{JITLink_EHFrameSupport.cpp => EHFrameSupport.c [...] rename lib/ExecutionEngine/JITLink/{JITLink_EHFrameSupportImpl.h => EHFrameSupport [...] rename lib/ExecutionEngine/JITLink/{JITLink_MachO.cpp => MachO.cpp} (87%) rename lib/ExecutionEngine/JITLink/{JITLink_MachO_x86_64.cpp => MachO_x86_64.cpp} (99%) rename unittests/ExecutionEngine/JITLink/{JITLinkTest_MachO_x86_64_Tests.cpp => Ma [...]