fix comment
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
index a7243c32849d8e7918f35b8769cec82eacf4c08c..2553cc099c5481f4aad671cbe925086d21fb1a6c 100644 (file)
@@ -1,32 +1,40 @@
-add_llvm_library(LLVMVMCore
+set(LLVM_REQUIRES_RTTI 1)
+
+add_llvm_library(LLVMCore
   AsmWriter.cpp
+  Attributes.cpp
   AutoUpgrade.cpp
   BasicBlock.cpp
   ConstantFold.cpp
   Constants.cpp
   Core.cpp
-  DebugInfoBuilder.cpp
+  DebugLoc.cpp
+  DebugInfoProbe.cpp
   Dominators.cpp
   Function.cpp
+  GVMaterializer.cpp
   Globals.cpp
+  IRBuilder.cpp
   InlineAsm.cpp
   Instruction.cpp
   Instructions.cpp
   IntrinsicInst.cpp
+  LLVMContext.cpp
+  LLVMContextImpl.cpp
   LeakDetector.cpp
-  Mangler.cpp
+  Metadata.cpp
   Module.cpp
-  ModuleProvider.cpp
-  ParameterAttributes.cpp
   Pass.cpp
   PassManager.cpp
+  PassRegistry.cpp
+  PrintModulePass.cpp
   Type.cpp
-  TypeSymbolTable.cpp
   Use.cpp
+  User.cpp
   Value.cpp
   ValueSymbolTable.cpp
   ValueTypes.cpp
   Verifier.cpp
   )
 
-add_dependencies( LLVMVMCore ${llvm_builded_incs_dir}/Intrinsics.gen )
\ No newline at end of file
+add_llvm_library_dependencies(LLVMCore LLVMSupport)