[PATCH] D87732: [Support] Provide sys::path::guess_style
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 15 17:25:43 PDT 2020
dblaikie added a comment.
Hmm - probably simpler to justify this patch by including refactoring at least one (possibly more) existing uses you mentioned, to use this API - then I probably don't really need to understand what it's doing, just that it's generalizing some existing functionality.
But if I am going to understand what this is doing - could you explain in a bit more detail (perhaps with examples) what went wrong with the other review/patch and how this'll address it? I wasn't quite able to follow the patch description, sorry :/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87732/new/
https://reviews.llvm.org/D87732
More information about the llvm-commits
mailing list