X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=lib%2FVMCore%2FCMakeLists.txt;h=d78e09398b793c42c3bec2f96015299cb372d8c2;hb=f45a82890e34984ad1e1e259f8fb902caddfb0b1;hp=dc54694b188a8494ea367b609846a64282ef827a;hpb=5f1f2aef7d1fcc37f0e42770da7be702e5920740;p=oota-llvm.git diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index dc54694b188..d78e09398b7 100644 --- a/lib/VMCore/CMakeLists.txt +++ b/lib/VMCore/CMakeLists.txt @@ -1,4 +1,4 @@ -add_llvm_library(LLVMVMCore +add_llvm_library(LLVMCore AsmWriter.cpp Attributes.cpp AutoUpgrade.cpp @@ -6,7 +6,6 @@ add_llvm_library(LLVMVMCore ConstantFold.cpp Constants.cpp Core.cpp - DebugInfoBuilder.cpp Dominators.cpp Function.cpp Globals.cpp @@ -20,6 +19,7 @@ add_llvm_library(LLVMVMCore ModuleProvider.cpp Pass.cpp PassManager.cpp + PrintModulePass.cpp Type.cpp TypeSymbolTable.cpp Use.cpp