X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FVMCore%2FCMakeLists.txt;h=0404297500c097486402774a712f43aab430d03a;hb=c3e48c38bf87ad081904eccf16e4ddd99c36d070;hp=4b80e36530bd590f3ef00d87d98e679dd0dd9419;hpb=49a43f189bc58e24988ad4ccaa0c50a544a2ccb6;p=oota-llvm.git diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index 4b80e36530b..0404297500c 100644 --- a/lib/VMCore/CMakeLists.txt +++ b/lib/VMCore/CMakeLists.txt @@ -1,3 +1,5 @@ +set(LLVM_REQUIRES_RTTI 1) + add_llvm_library(LLVMCore AsmWriter.cpp Attributes.cpp @@ -6,8 +8,11 @@ add_llvm_library(LLVMCore ConstantFold.cpp Constants.cpp Core.cpp + DebugInfoProbe.cpp + DebugLoc.cpp Dominators.cpp Function.cpp + GCOV.cpp GVMaterializer.cpp Globals.cpp IRBuilder.cpp @@ -16,17 +21,21 @@ add_llvm_library(LLVMCore Instructions.cpp IntrinsicInst.cpp LLVMContext.cpp + LLVMContextImpl.cpp LeakDetector.cpp Metadata.cpp Module.cpp Pass.cpp PassManager.cpp + PassRegistry.cpp PrintModulePass.cpp Type.cpp - TypeSymbolTable.cpp Use.cpp + User.cpp Value.cpp ValueSymbolTable.cpp ValueTypes.cpp Verifier.cpp ) + +add_llvm_library_dependencies(LLVMCore LLVMSupport)