From: Duncan Sands Date: Thu, 5 Mar 2009 09:19:13 +0000 (+0000) Subject: Add missing file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30a31ebf7ffa369e4b5636730a3ecfaa51e7e1f8;p=oota-llvm.git Add missing file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66160 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index e27a651269d..bb3182837f7 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -16,6 +16,7 @@ add_llvm_library(LLVMSupport ManagedStatic.cpp MemoryBuffer.cpp PluginLoader.cpp + PrettyStackTrace.cpp SlowOperationInformer.cpp SmallPtrSet.cpp Statistic.cpp