[Lldb-commits] [PATCH] D31086: Remove FileSystem::MakeDirectory
    Pavel Labath via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Mar 17 12:35:14 PDT 2017
    
    
  
labath added a comment.
I think you missed one occurence in ModuleCache.cpp. This one creates a full directory structure, so you will probably need recursion there (unlike in the rest of these cases, which seem fine). Also unlike the rest of these cases, that one is actually covered by a unit test, so you should be able to verify that. :)
https://reviews.llvm.org/D31086
    
    
More information about the lldb-commits
mailing list