summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-06-18 17:47:09 +0000
committerTed Kremenek <kremenek@apple.com>2009-06-18 17:47:09 +0000
commit81ef65d4914dbac70a0eeaf71462369d06d64647 (patch)
tree6fea78c44ced86bd359a6680f0f88f91a8229102 /llvm/lib/System
parent7d42b95b6c22a7ec13b2f9e451da686537b56be1 (diff)
downloadbcm5719-llvm-81ef65d4914dbac70a0eeaf71462369d06d64647.tar.gz
bcm5719-llvm-81ef65d4914dbac70a0eeaf71462369d06d64647.zip
Update CMake files to account for new location of Threading.cpp.
llvm-svn: 73708
Diffstat (limited to 'llvm/lib/System')
-rw-r--r--llvm/lib/System/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/CMakeLists.txt b/llvm/lib/System/CMakeLists.txt
index ae3f371ea08..a5a56e832dc 100644
--- a/llvm/lib/System/CMakeLists.txt
+++ b/llvm/lib/System/CMakeLists.txt
@@ -12,6 +12,7 @@ add_llvm_library(LLVMSystem
Program.cpp
RWMutex.cpp
Signals.cpp
+ Threading.cpp
TimeValue.cpp
)
OpenPOWER on IntegriCloud