From c19d865474aae26797873c55830179b522e1a318 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 28 Jul 2010 17:17:46 +0000 Subject: [PATCH] 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 --- lib/Support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1