[libcxx-commits] [PATCH] D106217: [libcxx] Fix create_directories returning false but actually creating the directories, if the path name is with trailing seperators
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 20 12:46:51 PDT 2021
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
It looks like CI is failing, so that should be addressed. Also, can you provide a link to the place where it says how `create_directories` should behave the way you say (I believe you, I just don't know the filesystem spec by heart and I want to check). Thanks for fixing this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106217/new/
https://reviews.llvm.org/D106217
More information about the libcxx-commits
mailing list