Introduce FileSystem::CalculateMD5AsString that supports any platform and make existing FileSystem::CalculateMD5 to use it.
http://reviews.llvm.org/D7771 llvm-svn: 230036
This commit is contained in:
@@ -138,9 +138,3 @@ FileSystem::Readlink(const char *path, char *buf, size_t buf_len)
|
||||
::CloseHandle(h);
|
||||
return error;
|
||||
}
|
||||
|
||||
bool
|
||||
FileSystem::CalculateMD5(const FileSpec &file_spec, uint64_t &low, uint64_t &high)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user