This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 09d2d446751 [GISel]: Don't create G_MUL with 1 during translation of GEP new d84b15b1d9a [ORC] Re-revert r321838: Tests are still failing.
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/JITSymbol.h | 13 +- include/llvm/ExecutionEngine/Orc/Core.h | 234 ------------------ include/llvm/ExecutionEngine/Orc/OrcError.h | 15 +- lib/ExecutionEngine/Orc/CMakeLists.txt | 1 - lib/ExecutionEngine/Orc/Core.cpp | 323 ------------------------- lib/ExecutionEngine/Orc/OrcError.cpp | 23 +- unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 - unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 226 ----------------- 8 files changed, 4 insertions(+), 832 deletions(-) delete mode 100644 include/llvm/ExecutionEngine/Orc/Core.h delete mode 100644 lib/ExecutionEngine/Orc/Core.cpp delete mode 100644 unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp