[Lldb-commits] [PATCH] D151399: [lldb] Introduce FileSpec::GetComponents
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 25 15:48:16 PDT 2023
mib accepted this revision.
mib added a comment.
This revision is now accepted and ready to land.
LGTM!
================
Comment at: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp:1241
+ // We want the components in reverse order.
+ std::reverse(path_parts.begin(), path_parts.end());
const size_t path_parts_size = path_parts.size();
----------------
Cool!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151399/new/
https://reviews.llvm.org/D151399
More information about the lldb-commits
mailing list