Add an assert to MDNode::deleteTemporary check that the node being deleted
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
index beaec0026db5a64ba1471267119b1a9fb004e56b..1388c93cce39c68bae385d8949b1529e52dc63cf 100644 (file)
@@ -6,20 +6,24 @@ add_llvm_library(LLVMCore
   ConstantFold.cpp
   Constants.cpp
   Core.cpp
-  DebugInfoBuilder.cpp
+  DebugLoc.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
   Pass.cpp
   PassManager.cpp
+  PassRegistry.cpp
   PrintModulePass.cpp
   Type.cpp
   TypeSymbolTable.cpp