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