Remove FileSystem::MakeDirectory.
authorZachary Turner <zturner@google.com>
Sun, 19 Mar 2017 05:48:47 +0000 (05:48 +0000)
committerZachary Turner <zturner@google.com>
Sun, 19 Mar 2017 05:48:47 +0000 (05:48 +0000)
commitd3d95fd66a57e48ab257bc8b804f622e763ceafb
tree660db500ae9a94d9a5b8d7a951675b783327a16d
parentc8c9f972580f06a466e42a77c01d820cba0d0106
Remove FileSystem::MakeDirectory.

Have callers use llvm::sys::fs::create_directory() instead.

Differential Revision: https://reviews.llvm.org/D31086

llvm-svn: 298203
lldb/include/lldb/Host/FileSystem.h
lldb/source/Host/common/Editline.cpp
lldb/source/Host/common/HostInfoBase.cpp
lldb/source/Host/posix/FileSystem.cpp
lldb/source/Host/windows/FileSystem.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
lldb/source/Target/Platform.cpp
lldb/tools/lldb-server/lldb-platform.cpp