From: Ted Kremenek Date: Thu, 11 Mar 2010 07:51:23 +0000 (+0000) Subject: Update CMake build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=41b39e9908ef22f01e51bbb1239d67fe23b53617;p=oota-llvm.git Update CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98250 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/CMakeLists.txt b/lib/System/CMakeLists.txt index a56a1f78bb7..f311e86ef15 100644 --- a/lib/System/CMakeLists.txt +++ b/lib/System/CMakeLists.txt @@ -12,6 +12,7 @@ add_llvm_library(LLVMSystem Process.cpp Program.cpp RWMutex.cpp + SearchForAddressOfSpecialSymbol.cpp Signals.cpp ThreadLocal.cpp Threading.cpp