[Lldb-commits] [PATCH] D31086: Remove FileSystem::MakeDirectory

Stephane Sezer via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 17 17:03:43 PDT 2017


sas accepted this revision.
sas added a comment.
This revision is now accepted and ready to land.

The second behavioral change seems good but the first thing you described is a bit odd. Creating folders with 770 does not seem like a common behavior, and 700 or 755 is usually more standard.

Either way, I think this change is good.


https://reviews.llvm.org/D31086





More information about the lldb-commits mailing list