[PATCH] D113716: sys::path: Detect posix paths starting with ~ as absolute

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 11 14:36:56 PST 2021


mstorsjo added a comment.

Hmm. My main question is whether it should be considered absolute in a windows path... We do expand tildes in the `native()` function into the actual home directory, so in such a context, it is an absolute path there too.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113716/new/

https://reviews.llvm.org/D113716



More information about the llvm-commits mailing list