This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ad244a5b4 [FileSystem] Move EnumerateDirectory from FileSpec to FileSystem. new 87cb5ddb0 [FileSystem] Remove GetByteSize() from FileSpec
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/lldb/Core/ModuleSpec.h | 9 ++++++--- include/lldb/Utility/FileSpec.h | 2 -- source/Core/Module.cpp | 3 ++- source/Host/common/Host.cpp | 4 +++- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 4 +++- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 3 ++- source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp | 3 ++- source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp | 7 ++++--- source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp | 7 ++++--- source/Symbol/ObjectFile.cpp | 5 +++-- source/Target/ModuleCache.cpp | 3 ++- source/Utility/FileSpec.cpp | 7 ------- unittests/Target/ModuleCacheTest.cpp | 4 ++-- 13 files changed, 33 insertions(+), 28 deletions(-)