X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAnalysis%2FCMakeLists.txt;h=121ac63df12d0a3db22f5080651943a6c416c971;hb=bdc017edacb713119b24ab269d250a82d62fffeb;hp=093aa69bb19fad03cbeff3aef1c57d821f087dad;hpb=21c4bddacf8b0f10d6ba02f78da9d6591010e090;p=oota-llvm.git diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 093aa69bb19..121ac63df12 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -18,10 +18,12 @@ add_llvm_library(LLVMAnalysis LibCallAliasAnalysis.cpp LibCallSemantics.cpp LiveValues.cpp + LoopDependenceAnalysis.cpp LoopInfo.cpp LoopPass.cpp LoopVR.cpp MemoryDependenceAnalysis.cpp + PointerTracking.cpp PostDominators.cpp ProfileInfo.cpp ProfileInfoLoader.cpp @@ -32,3 +34,5 @@ add_llvm_library(LLVMAnalysis Trace.cpp ValueTracking.cpp ) + +target_link_libraries (LLVMAnalysis LLVMSupport)