This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f27f1887983 build: extract LLVM distribution target handling new 49786123c8b [JITLink] Move JITLinkMemoryManager into its own header.
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: include/llvm/ExecutionEngine/JITLink/JITLink.h | 73 +------------- .../ExecutionEngine/JITLink/JITLinkMemoryManager.h | 99 +++++++++++++++++++ lib/ExecutionEngine/JITLink/CMakeLists.txt | 1 + lib/ExecutionEngine/JITLink/JITLink.cpp | 90 ------------------ .../JITLink/JITLinkMemoryManager.cpp | 105 +++++++++++++++++++++ 5 files changed, 206 insertions(+), 162 deletions(-) create mode 100644 include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h create mode 100644 lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp