[Lldb-commits] [PATCH] D20548: Replace file system forbidden symbols in the hostname which passed to the ModuleCache
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue May 24 09:46:37 PDT 2016
clayborg added a comment.
At some point we should probably make a host layer call like:
const char *const char *Host::GetIllegalFilenameCharacters();" so that each host can determine the correct thing for the current host. Then FileSpec can be updated to use this function handle this with a method like "void FileSpec::NormalizePathForHost()". This will probably need to be done elsewhere.
http://reviews.llvm.org/D20548
More information about the lldb-commits
mailing list