This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7b0cf7929a3 [InlineFunction] Inline vararg functions that do not access [...] new f8f6c8dfc75 [ORC] Remove AsynchronousSymbolQuery while I debug an issue [...]
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 | 88 -------------------------- lib/ExecutionEngine/Orc/CMakeLists.txt | 1 - lib/ExecutionEngine/Orc/Core.cpp | 84 ------------------------ unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 - unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 57 ----------------- 5 files changed, 231 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