From: Douglas Gregor Date: Wed, 28 Jul 2010 17:17:46 +0000 (+0000) Subject: Unbreak my CMake build, say you'll compile for me again... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c19d865474aae26797873c55830179b522e1a318;p=oota-llvm.git Unbreak my CMake build, say you'll compile for me again... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109598 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 366d2f79921..58df10bac75 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -6,6 +6,7 @@ add_llvm_library(LLVMSupport circular_raw_ostream.cpp CommandLine.cpp ConstantRange.cpp + CrashRecoveryContext.cpp Debug.cpp DeltaAlgorithm.cpp DAGDeltaAlgorithm.cpp