[Lldb-commits] [PATCH] D66227: [DebugLine] Improve path handling.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 14 09:49:10 PDT 2019
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
LGTM with some minor details addressed, thanks!
================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp:1044
+/// Guess the path style from the given absolute path.
+static sys::path::Style GuessPathStyle(StringRef Path) {
----------------
`/// If this is an absolute path, detect ...`
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66227/new/
https://reviews.llvm.org/D66227
More information about the lldb-commits
mailing list