CMake: Lists of source files updated. Removed bogus dependency from
authorOscar Fuentes <ofv@wanadoo.es>
Wed, 24 Sep 2008 01:58:12 +0000 (01:58 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Wed, 24 Sep 2008 01:58:12 +0000 (01:58 +0000)
lib/VMCore/CMakeLists.txt

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56541 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/CMakeLists.txt
tools/llvmc2/CMakeLists.txt

index a7243c32849d8e7918f35b8769cec82eacf4c08c..dc54694b188a8494ea367b609846a64282ef827a 100644 (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 )
\ No newline at end of file
index 6f4872b2d0927bc3e419042d00ff77694486cbaa..7e8211f4af6bd2ba5ccf3bdcbe1528a138f62454 100644 (file)
@@ -26,6 +26,7 @@ add_llvm_tool(llvmc2
   Action.cpp
   AutoGenerated.cpp
   CompilationGraph.cpp
+  Plugin.cpp
   llvmc.cpp
   )