[PATCH] D46887: Fix llvm::sys::path::remove_dots() to return "." instead of an empty path.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 16:39:33 PDT 2018


clayborg abandoned this revision.
clayborg added a comment.

So many places that are manually calling remove_dots are expecting an empty path in clang. I am also not sure if any other clients, like lld or other source bases won't be affected so I am going to abandon this patch


Repository:
  rL LLVM

https://reviews.llvm.org/D46887





More information about the llvm-commits mailing list