don't add nodes to the now-dead nodes list multiple times, this
[oota-llvm.git] / lib / Support / CMakeLists.txt
index 4f023973a1f5dd7c1d609319de6dc83b65695164..f1347f9d0ef228d1ef2b5361fb44f127d73e2cd7 100644 (file)
@@ -3,9 +3,11 @@ add_llvm_library(LLVMSupport
   APInt.cpp
   APSInt.cpp
   Allocator.cpp
+  circular_raw_ostream.cpp
   CommandLine.cpp
   ConstantRange.cpp
   Debug.cpp
+  DeltaAlgorithm.cpp
   Dwarf.cpp
   ErrorHandling.cpp
   FileUtilities.cpp
@@ -22,11 +24,13 @@ add_llvm_library(LLVMSupport
   Regex.cpp
   SlowOperationInformer.cpp
   SmallPtrSet.cpp
+  SmallVector.cpp
   SourceMgr.cpp
   Statistic.cpp
   StringExtras.cpp
   StringMap.cpp
   StringPool.cpp
+  StringRef.cpp
   SystemUtils.cpp
   TargetRegistry.cpp
   Timer.cpp