[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
Wed May 16 16:46:48 PDT 2018


clayborg reclaimed this revision.
clayborg added a comment.

Reviving this patch so I can get the changes into LLDB. Clang is expecting an empty path in many locations and I don't feel comfortable changing remove_dots in clang after trying it. So I would like to use this patch to fix things in LLDB.


https://reviews.llvm.org/D46783





More information about the lldb-commits mailing list