[Lldb-commits] [PATCH] D46783: FileSpec objects that resolve to "." should have "." in m_filename and m_directory empty.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 15 08:08:49 PDT 2018
clayborg added a comment.
So the function in llvm is called llvm::sys::path::remove_dots(...) and it is removing the dots. Not sure it is correct to be changing a function that says "remove_dots" to not remove dots and actually return something with a . in it... Seems like this should be taken care of in LLDB. Thoughts?
https://reviews.llvm.org/D46783
More information about the lldb-commits
mailing list