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
This commit is contained in:
Oscar Fuentes 2008-09-24 01:58:12 +00:00
parent cb7053bf7a
commit 5f1f2aef7d
2 changed files with 2 additions and 3 deletions

View File

@ -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 )

View File

@ -26,6 +26,7 @@ add_llvm_tool(llvmc2
Action.cpp
AutoGenerated.cpp
CompilationGraph.cpp
Plugin.cpp
llvmc.cpp
)