[Lldb-commits] [PATCH] D30698: Resubmit "Use LLVM for all stat related calls"

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 7 13:47:04 PST 2017


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

OK, let's give this another shot. (I haven't tried it on linux yet, so if you haven't either then let's wait until tomorrow, or maybe @eugene could try it out (?)). I don't think we need to be worried about symlink overwrite in the ModuleCache test.



================
Comment at: llvm/include/llvm/Support/FileSystem.h:500
+/// @param result Set to true if \a path is a directory (after following
+///               symlinks, false if it is not. Undefined otherwise.
 /// @returns errc::success if result has been successfully set, otherwise a
----------------
missing closing paren here


https://reviews.llvm.org/D30698





More information about the lldb-commits mailing list