OSDN Git Service

Move Clang's file-level locking facility over to LLVM's support
authorDouglas Gregor <dgregor@apple.com>
Sun, 29 Jan 2012 20:15:10 +0000 (20:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 29 Jan 2012 20:15:10 +0000 (20:15 +0000)
commit95fa4005f5aa99878c4053e95b230f0b8b6a4d6d
treefe4b7c3f49d22b47c815b0a46b0bdbbe0ee1f1f6
parent6edd5884c91aea72661ed899b0c91dfb4f0ea80f
Move Clang's file-level locking facility over to LLVM's support
library, since it doesn't really have anything to do with Clang.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149203 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/LockFileManager.h [new file with mode: 0644]
lib/Support/CMakeLists.txt
lib/Support/LockFileManager.cpp [new file with mode: 0644]