This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 01bed5bd4 Remove unused #include. new 8524635c2 [Support] Move Parallel algorithms from LLD to LLVM.
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: COFF/ICF.cpp | 2 +- COFF/MapFile.cpp | 2 +- COFF/Writer.cpp | 2 +- ELF/Threads.h | 10 +- include/lld/Core/Parallel.h | 210 ---------------------------------- include/lld/Core/TaskGroup.h | 65 ----------- lib/Core/CMakeLists.txt | 1 - lib/Core/TaskGroup.cpp | 141 ----------------------- lib/ReaderWriter/MachO/LayoutPass.cpp | 4 +- unittests/CMakeLists.txt | 1 - unittests/CoreTests/CMakeLists.txt | 7 -- unittests/CoreTests/ParallelTest.cpp | 46 -------- 12 files changed, 10 insertions(+), 481 deletions(-) delete mode 100644 include/lld/Core/Parallel.h delete mode 100644 include/lld/Core/TaskGroup.h delete mode 100644 lib/Core/TaskGroup.cpp delete mode 100644 unittests/CoreTests/CMakeLists.txt delete mode 100644 unittests/CoreTests/ParallelTest.cpp