From: Nick Lewycky Date: Tue, 26 Mar 2013 01:29:15 +0000 (+0000) Subject: Add missing file to cmake build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f4cdfc12a188646ba4f6b4245b21b256c6fe5a4e;p=oota-llvm.git Add missing file to cmake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177963 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index a83558fafb7..3746a810114 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -83,6 +83,7 @@ add_llvm_library(LLVMSupport Threading.cpp TimeValue.cpp Valgrind.cpp + Watchdog.cpp Unix/Host.inc Unix/Memory.inc Unix/Mutex.inc