This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5abbe5b33 Remove dead code. new ed3b5d8ae Wait for all threads to terminate before exitting.
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: ELF/CMakeLists.txt | 1 + ELF/Driver.cpp | 1 + ELF/Error.cpp | 3 +++ ELF/Filesystem.cpp | 6 +++--- ELF/Threads.cpp | 29 +++++++++++++++++++++++++++++ ELF/Threads.h | 4 ++++ 6 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 ELF/Threads.cpp