diff options
| -rw-r--r-- | llvm/lib/Support/CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index e27a651269d..bb3182837f7 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/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  | 

