diff options
| -rw-r--r-- | llvm/lib/Analysis/CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/CMakeLists.txt b/llvm/lib/Analysis/CMakeLists.txt index 4bcaf4fdf18..87eb4885bf4 100644 --- a/llvm/lib/Analysis/CMakeLists.txt +++ b/llvm/lib/Analysis/CMakeLists.txt @@ -8,6 +8,7 @@ add_llvm_library(LLVMAnalysis    BasicAliasAnalysis.cpp    CFGPrinter.cpp    ConstantFolding.cpp +  DebugInfo.cpp    EscapeAnalysis.cpp    InstCount.cpp    Interval.cpp  | 

