aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-01-29 20:15:10 +0000
committerDouglas Gregor <dgregor@apple.com>2012-01-29 20:15:10 +0000
commit95fa4005f5aa99878c4053e95b230f0b8b6a4d6d (patch)
treefe4b7c3f49d22b47c815b0a46b0bdbbe0ee1f1f6 /lib/Support/CMakeLists.txt
parent6edd5884c91aea72661ed899b0c91dfb4f0ea80f (diff)
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
Diffstat (limited to 'lib/Support/CMakeLists.txt')
-rw-r--r--lib/Support/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt
index 7bb5cb4ea8..322d32f876 100644
--- a/lib/Support/CMakeLists.txt
+++ b/lib/Support/CMakeLists.txt
@@ -31,6 +31,7 @@ add_llvm_library(LLVMSupport
IsInf.cpp
IsNAN.cpp
JSONParser.cpp
+ LockFileManager.cpp
ManagedStatic.cpp
MemoryBuffer.cpp
MemoryObject.cpp