diff options
author | Andrew Trick <atrick@apple.com> | 2013-01-11 17:34:05 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-01-11 17:34:05 +0000 |
commit | 143f5f2091855ecff01474fb6b4af87cfad5c85e (patch) | |
tree | 9788e7b1deef9a5a1691d6803da2e28cfc629dbf /llvm | |
parent | 1e8a3c8ebd86bf936b565ed25e75731cc6f5f00e (diff) | |
download | bcm5719-llvm-143f5f2091855ecff01474fb6b4af87cfad5c85e.tar.gz bcm5719-llvm-143f5f2091855ecff01474fb6b4af87cfad5c85e.zip |
Update CMakeLists for CallPrinter.cpp.
llvm-svn: 172222
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Analysis/IPA/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/IPA/CMakeLists.txt b/llvm/lib/Analysis/IPA/CMakeLists.txt index 34d6d1bdd42..318119b92fe 100644 --- a/llvm/lib/Analysis/IPA/CMakeLists.txt +++ b/llvm/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 |