Introduce FileSystem::CalculateMD5AsString that supports any platform and make existi...
authorOleksiy Vyalov <ovyalov@google.com>
Fri, 20 Feb 2015 18:34:03 +0000 (18:34 +0000)
committerOleksiy Vyalov <ovyalov@google.com>
Fri, 20 Feb 2015 18:34:03 +0000 (18:34 +0000)
commit7a9e76216b4ce12ce29135cd851fb5f22f77fe22
treed172e9a8736266a4d0190f84133483f1dfa81031
parente8595de64747d26397767c92a9809f6ab8c124c5
Introduce FileSystem::CalculateMD5AsString that supports any platform and make existing FileSystem::CalculateMD5 to use it.

http://reviews.llvm.org/D7771

llvm-svn: 230036
lldb/include/lldb/Host/FileSystem.h
lldb/lldb.xcodeproj/project.pbxproj
lldb/source/Host/CMakeLists.txt
lldb/source/Host/common/FileSystem.cpp [new file with mode: 0644]
lldb/source/Host/posix/FileSystem.cpp
lldb/source/Host/windows/FileSystem.cpp