X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FVMCore%2FCMakeLists.txt;h=2553cc099c5481f4aad671cbe925086d21fb1a6c;hb=64ac73bb15e510c268479646816ec069ff12cd64;hp=6bde263ce625e1f16b0b94fe666dad4dad2759a9;hpb=dcef3469486e187ea038938df7e40bd5ff922bff;p=oota-llvm.git diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index 6bde263ce62..2553cc099c5 100644 --- a/lib/VMCore/CMakeLists.txt +++ b/lib/VMCore/CMakeLists.txt @@ -29,7 +29,6 @@ add_llvm_library(LLVMCore PassRegistry.cpp PrintModulePass.cpp Type.cpp - TypeSymbolTable.cpp Use.cpp User.cpp Value.cpp @@ -37,3 +36,5 @@ add_llvm_library(LLVMCore ValueTypes.cpp Verifier.cpp ) + +add_llvm_library_dependencies(LLVMCore LLVMSupport)