Duncan pointed out that the Extended case in getTypeForMVT could
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
index a7243c32849d8e7918f35b8769cec82eacf4c08c..beaec0026db5a64ba1471267119b1a9fb004e56b 100644 (file)
@@ -1,5 +1,6 @@
-add_llvm_library(LLVMVMCore
+add_llvm_library(LLVMCore
   AsmWriter.cpp
+  Attributes.cpp
   AutoUpgrade.cpp
   BasicBlock.cpp
   ConstantFold.cpp
@@ -17,9 +18,9 @@ add_llvm_library(LLVMVMCore
   Mangler.cpp
   Module.cpp
   ModuleProvider.cpp
-  ParameterAttributes.cpp
   Pass.cpp
   PassManager.cpp
+  PrintModulePass.cpp
   Type.cpp
   TypeSymbolTable.cpp
   Use.cpp
@@ -28,5 +29,3 @@ add_llvm_library(LLVMVMCore
   ValueTypes.cpp
   Verifier.cpp
   )
-
-add_dependencies( LLVMVMCore ${llvm_builded_incs_dir}/Intrinsics.gen )
\ No newline at end of file