X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAnalysis%2FCMakeLists.txt;h=0c595827bd7549c2f186dc26aaf638518eb89607;hb=09aa3f0ef35d9241c92439d74b8d5e9a81d814c2;hp=80cae6c47abe85d7dd855e99af601a8e6d71fbca;hpb=fc24c1a7ba4ad1383726079eed6d67097614ee84;p=oota-llvm.git diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 80cae6c47ab..0c595827bd7 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -11,6 +11,7 @@ add_llvm_library(LLVMAnalysis ConstantFolding.cpp DbgInfoPrinter.cpp DebugInfo.cpp + DIBuilder.cpp DomPrinter.cpp IVUsers.cpp InlineCost.cpp @@ -31,8 +32,8 @@ add_llvm_library(LLVMAnalysis MemoryBuiltins.cpp MemoryDependenceAnalysis.cpp ModuleDebugInfoPrinter.cpp + NoAliasAnalysis.cpp PHITransAddr.cpp - PointerTracking.cpp PostDominators.cpp ProfileEstimatorPass.cpp ProfileInfo.cpp @@ -40,6 +41,7 @@ add_llvm_library(LLVMAnalysis ProfileInfoLoaderPass.cpp ProfileVerifierPass.cpp RegionInfo.cpp + RegionPass.cpp RegionPrinter.cpp ScalarEvolution.cpp ScalarEvolutionAliasAnalysis.cpp @@ -50,5 +52,3 @@ add_llvm_library(LLVMAnalysis TypeBasedAliasAnalysis.cpp ValueTracking.cpp ) - -target_link_libraries (LLVMAnalysis LLVMSupport)