summaryrefslogtreecommitdiff
path: root/lib/Support/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-07-28 17:17:46 +0000
committerDouglas Gregor <dgregor@apple.com>2010-07-28 17:17:46 +0000
commitc19d865474aae26797873c55830179b522e1a318 (patch)
treef9df68e233d114f5f77088916da28e890e8e484a /lib/Support/CMakeLists.txt
parent6d3b9226708e85813c9d43ef32f87ac149ea1d70 (diff)
downloadllvm-c19d865474aae26797873c55830179b522e1a318.tar.gz
llvm-c19d865474aae26797873c55830179b522e1a318.tar.bz2
llvm-c19d865474aae26797873c55830179b522e1a318.tar.xz
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
Diffstat (limited to 'lib/Support/CMakeLists.txt')
-rw-r--r--lib/Support/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt
index 366d2f7992..58df10bac7 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