[PATCH] D54435: [VFS] Add "expand tilde" argument to getRealPath.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 12 14:17:37 PST 2018


JDevlieghere added a comment.

I created https://reviews.llvm.org/D54448 to add an `expand_tilde` function to llvm's filesystem as per Sam's suggestion. This still won't work for my reproducer feature in LLDB, but if everyone feels this doesn't belong in the VFS I can simply implement it there.


Repository:
  rL LLVM

https://reviews.llvm.org/D54435





More information about the llvm-commits mailing list