[PATCH] Add option to operate on symbolic links for sys::fs::remove() and sys::fs::status()
Argyrios Kyrtzidis
kyrtzidis at apple.com
Mon Mar 17 19:10:08 PDT 2014
Hi Rafael,
The attached patch introduces a boolean option to sys::fs::remove() and sys::fs::status() to allow them to operate on a symbolic link directly (if the provided path is one).
This is then used by LockFileManager as the patch demonstrates.
Please review!
-Argyrios
-------------- next part --------------
A non-text attachment was scrubbed...
Name: file_link.diff
Type: application/octet-stream
Size: 7643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140317/7b07d99e/attachment.obj>
More information about the llvm-commits
mailing list