From: Oscar Fuentes Date: Wed, 24 Sep 2008 01:58:12 +0000 (+0000) Subject: CMake: Lists of source files updated. Removed bogus dependency from X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5f1f2aef7d1fcc37f0e42770da7be702e5920740;p=oota-llvm.git CMake: Lists of source files updated. Removed bogus dependency from lib/VMCore/CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56541 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index a7243c32849..dc54694b188 100644 --- a/lib/VMCore/CMakeLists.txt +++ b/lib/VMCore/CMakeLists.txt @@ -1,5 +1,6 @@ add_llvm_library(LLVMVMCore AsmWriter.cpp + Attributes.cpp AutoUpgrade.cpp BasicBlock.cpp ConstantFold.cpp @@ -17,7 +18,6 @@ add_llvm_library(LLVMVMCore Mangler.cpp Module.cpp ModuleProvider.cpp - ParameterAttributes.cpp Pass.cpp PassManager.cpp Type.cpp @@ -28,5 +28,3 @@ add_llvm_library(LLVMVMCore ValueTypes.cpp Verifier.cpp ) - -add_dependencies( LLVMVMCore ${llvm_builded_incs_dir}/Intrinsics.gen ) \ No newline at end of file diff --git a/tools/llvmc2/CMakeLists.txt b/tools/llvmc2/CMakeLists.txt index 6f4872b2d09..7e8211f4af6 100644 --- a/tools/llvmc2/CMakeLists.txt +++ b/tools/llvmc2/CMakeLists.txt @@ -26,6 +26,7 @@ add_llvm_tool(llvmc2 Action.cpp AutoGenerated.cpp CompilationGraph.cpp + Plugin.cpp llvmc.cpp )