From e53118ea32370b5c57c61ae5e8125883acfb641b Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 18 Jun 2009 17:47:09 +0000 Subject: [PATCH] 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 --- lib/Support/CMakeLists.txt | 1 - lib/System/CMakeLists.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.11.0