diff options
author | Duncan Sands <baldrick@free.fr> | 2009-03-05 09:19:13 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-03-05 09:19:13 +0000 |
commit | 30a31ebf7ffa369e4b5636730a3ecfaa51e7e1f8 (patch) | |
tree | c0d80da3c376fccc79883e0ada7e946c0447fec6 | |
parent | a2bfb54e4dd671c5f9ef32cd91b7133d424d9ee4 (diff) |
Add missing file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66160 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Support/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index e27a651269..bb3182837f 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 |