From: Ted Kremenek Date: Thu, 18 Jun 2009 17:47:09 +0000 (+0000) Subject: Update CMake files to account for new location of Threading.cpp. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e53118ea32370b5c57c61ae5e8125883acfb641b;p=oota-llvm.git 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 --- diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index da80eaa07a3..7c8ce706b61 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 ae3f371ea08..a5a56e832dc 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 )