OSDN Git Service

[Support] Make sure sys::fs::remove can remove symbolic links and make sure LockFileM...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 21 Mar 2014 01:25:37 +0000 (01:25 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 21 Mar 2014 01:25:37 +0000 (01:25 +0000)
commit2c8cd9a0baa99a66ebde72dc688ef3e9239890e0
tree38ff0c58ae6367871e3571fe334a077259d3e030
parent5b460ed4cdba9575891757b1796c0a6368b7d942
[Support] Make sure sys::fs::remove can remove symbolic links and make sure LockFileManager can handle a symbolic link that points nowhere.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204422 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/LockFileManager.cpp
lib/Support/Unix/Path.inc
unittests/Support/LockFileManagerTest.cpp