Replace `rm -rf` with more portable implementation.
authorChaoren Lin <chaorenl@google.com>
Sat, 27 Jun 2015 23:11:34 +0000 (23:11 +0000)
committerChaoren Lin <chaorenl@google.com>
Sat, 27 Jun 2015 23:11:34 +0000 (23:11 +0000)
commit226937eb15385a81144da725239127097acd3bc2
tree52484145778df21284fd8d5916d4a185fbafc0c5
parentccc06b36c1ce9a87a08431b184ce458e6bb3008a
Replace `rm -rf` with more portable implementation.

Reviewers: clayborg, vharron

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D10787

llvm-svn: 240895
lldb/source/Host/posix/FileSystem.cpp