This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 655a85d Fix varaible names that correspond to command line options. new 9f04fae Move a few functions to a new file Filesystem.{cpp,h}. new adf2fd9 Use `using namespace lld` for consistency with other files. new 82433f0 Update comments.
The 3 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 | 28 +++------------ ELF/Error.cpp | 6 ++-- ELF/Filesystem.cpp | 79 +++++++++++++++++++++++++++++++++++++++++ ELF/{MapFile.h => Filesystem.h} | 12 +++---- ELF/LinkerScript.cpp | 6 ++-- ELF/SyntheticSections.h | 6 ++-- ELF/Threads.h | 4 +-- ELF/Writer.cpp | 43 ++-------------------- 9 files changed, 103 insertions(+), 82 deletions(-) create mode 100644 ELF/Filesystem.cpp copy ELF/{MapFile.h => Filesystem.h} (57%)