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

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 17 12:37:44 PDT 2017


zturner added a comment.

That one is calling a file static function `MakeDirectory`, not `FileSystem::MakeDirectory`, and the implementation of that function already calls `llvm::sys::fs::create_directories()` to create the whole tree, so it should be fine.


https://reviews.llvm.org/D31086





More information about the lldb-commits mailing list