[Lldb-commits] [PATCH] D46687: Remove custom path manipulation functions from FileSpec

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 10 03:56:15 PDT 2018


labath created this revision.
labath added reviewers: zturner, clayborg.

now that llvm supports host-agnostic path manipulation functions (and
most of their kinks have been ironed out), we can remove our copies of
the path parsing functions in favour of the llvm ones.

This should be NFC except for the slight difference in handling of the
"//" path, which is now normalized to "/" (this only applies to the
literal "//" path; "//net" and friends still get to keep the two
slashes).


https://reviews.llvm.org/D46687

Files:
  source/Utility/FileSpec.cpp
  unittests/Utility/FileSpecTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46687.146110.patch
Type: text/x-patch
Size: 5247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180510/8aff5317/attachment.bin>


More information about the lldb-commits mailing list