diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-03-01 00:02:51 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-03-01 00:02:51 +0000 |
commit | 918de31976a7c40b9b292e2ed491213743aaab5d (patch) | |
tree | 029a6307495f10dabc3b95f7829a915b2b37a264 /lib/Analysis | |
parent | 8e77a1be09707ccb54aad596e65059d225145edd (diff) | |
download | external_llvm-918de31976a7c40b9b292e2ed491213743aaab5d.zip external_llvm-918de31976a7c40b9b292e2ed491213743aaab5d.tar.gz external_llvm-918de31976a7c40b9b292e2ed491213743aaab5d.tar.bz2 |
Unbreak CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126717 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r-- | lib/Analysis/CMakeLists.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 1a738fa..6be5617 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -9,11 +9,11 @@ add_llvm_library(LLVMAnalysis CFGPrinter.cpp CaptureTracking.cpp ConstantFolding.cpp + DIBuilder.cpp DbgInfoPrinter.cpp DebugInfo.cpp - DIBuilder.cpp - DominanceFrontier.cpp DomPrinter.cpp + DominanceFrontier.cpp IVUsers.cpp InlineCost.cpp InstCount.cpp @@ -24,7 +24,6 @@ add_llvm_library(LLVMAnalysis LibCallAliasAnalysis.cpp LibCallSemantics.cpp Lint.cpp - LiveValues.cpp Loads.cpp LoopDependenceAnalysis.cpp LoopInfo.cpp @@ -33,11 +32,11 @@ add_llvm_library(LLVMAnalysis MemoryBuiltins.cpp MemoryDependenceAnalysis.cpp ModuleDebugInfoPrinter.cpp + NoAliasAnalysis.cpp + PHITransAddr.cpp PathNumbering.cpp PathProfileInfo.cpp PathProfileVerifier.cpp - NoAliasAnalysis.cpp - PHITransAddr.cpp PostDominators.cpp ProfileEstimatorPass.cpp ProfileInfo.cpp |