aprantl added inline comments.
================ Comment at: source/Utility/FileSpec.cpp:241 } + llvm::sys::path::remove_dots(resolved, true, LLVMPathSyntax(syntax)); ---------------- `// Normalize the path by removing './' and other redundant components.` ================ Comment at: source/Utility/FileSpec.cpp:242 - Normalize(resolved, m_syntax); + llvm::sys::path::remove_dots(resolved, true, LLVMPathSyntax(syntax)); ---------------- Thanks! https://reviews.llvm.org/D45977 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits