This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e7521d52c41 Update year in license files new c32dca79164 Revert r351138 "[ORC] Move ORC Core symbol map and set type [...]
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/Orc/Core.h | 116 +++++++++++- include/llvm/ExecutionEngine/Orc/CoreTypes.h | 153 ---------------- lib/ExecutionEngine/Orc/CMakeLists.txt | 1 - lib/ExecutionEngine/Orc/Core.cpp | 234 +++++++++++++++++++++++- lib/ExecutionEngine/Orc/CoreTypes.cpp | 254 --------------------------- 5 files changed, 347 insertions(+), 411 deletions(-) delete mode 100644 include/llvm/ExecutionEngine/Orc/CoreTypes.h delete mode 100644 lib/ExecutionEngine/Orc/CoreTypes.cpp