aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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
commit1f9c6cb1f607e01d3506ce72d8a4ce1388d6df93 (patch)
treef6fe6a25d0f8b29a78ad05e62e0fbb274b352720 /lib
parent7af7e860a51756595c34d8639a6b2f6c85a6200f (diff)
downloadexternal_llvm-1f9c6cb1f607e01d3506ce72d8a4ce1388d6df93.zip
external_llvm-1f9c6cb1f607e01d3506ce72d8a4ce1388d6df93.tar.gz
external_llvm-1f9c6cb1f607e01d3506ce72d8a4ce1388d6df93.tar.bz2
Update CMake files to account for new location of Threading.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Support/CMakeLists.txt1
-rw-r--r--lib/System/CMakeLists.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt
index da80eaa..7c8ce70 100644
--- a/lib/Support/CMakeLists.txt
+++ b/lib/Support/CMakeLists.txt
@@ -25,7 +25,6 @@ add_llvm_library(LLVMSupport
StringMap.cpp
StringPool.cpp
SystemUtils.cpp
- Threading.cpp
Timer.cpp
Triple.cpp
raw_ostream.cpp
diff --git a/lib/System/CMakeLists.txt b/lib/System/CMakeLists.txt
index ae3f371..a5a56e8 100644
--- a/lib/System/CMakeLists.txt
+++ b/lib/System/CMakeLists.txt
@@ -12,6 +12,7 @@ add_llvm_library(LLVMSystem
Program.cpp
RWMutex.cpp
Signals.cpp
+ Threading.cpp
TimeValue.cpp
)