From: Andrew Trick Date: Fri, 11 Jan 2013 17:34:05 +0000 (+0000) Subject: Update CMakeLists for CallPrinter.cpp. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=74c1be27a42c2f83e5be23062ea1e6f9ebf18d20;p=oota-llvm.git Update CMakeLists for CallPrinter.cpp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172222 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/IPA/CMakeLists.txt b/lib/Analysis/IPA/CMakeLists.txt index 34d6d1bdd42..318119b92fe 100644 --- a/lib/Analysis/IPA/CMakeLists.txt +++ b/lib/Analysis/IPA/CMakeLists.txt @@ -1,6 +1,7 @@ add_llvm_library(LLVMipa CallGraph.cpp CallGraphSCCPass.cpp + CallPrinter.cpp FindUsedTypes.cpp GlobalsModRef.cpp IPA.cpp