X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FVMCore%2FCMakeLists.txt;h=2553cc099c5481f4aad671cbe925086d21fb1a6c;hb=64ac73bb15e510c268479646816ec069ff12cd64;hp=c64564b8a1e783dfbd1124363d896d192811619c;hpb=4e5f38ec6ba730de87b87c8f8387209238f2609e;p=oota-llvm.git diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index c64564b8a1e..2553cc099c5 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 @@ -7,6 +9,7 @@ add_llvm_library(LLVMCore Constants.cpp Core.cpp DebugLoc.cpp + DebugInfoProbe.cpp Dominators.cpp Function.cpp GVMaterializer.cpp @@ -23,12 +26,15 @@ add_llvm_library(LLVMCore 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)