Make ConstantRange::makeICmpRegion handle all the edge cases properly. This
[oota-llvm.git] / lib / Support / CMakeLists.txt
index e27a651269de47737fd6e39777116e913a49611c..0c70a402654e5dc710a0f3d9ef8f79cd3a6e427d 100644 (file)
@@ -3,27 +3,47 @@ add_llvm_library(LLVMSupport
   APInt.cpp
   APSInt.cpp
   Allocator.cpp
-  Annotation.cpp
+  circular_raw_ostream.cpp
   CommandLine.cpp
   ConstantRange.cpp
+  CrashRecoveryContext.cpp
   Debug.cpp
+  DeltaAlgorithm.cpp
+  DAGDeltaAlgorithm.cpp
   Dwarf.cpp
+  ErrorHandling.cpp
   FileUtilities.cpp
   FoldingSet.cpp
+  FormattedStream.cpp
   GraphWriter.cpp
   IsInf.cpp
   IsNAN.cpp
   ManagedStatic.cpp
   MemoryBuffer.cpp
+  MemoryObject.cpp
   PluginLoader.cpp
-  SlowOperationInformer.cpp
+  PrettyStackTrace.cpp
+  Regex.cpp
   SmallPtrSet.cpp
+  SmallVector.cpp
+  SourceMgr.cpp
   Statistic.cpp
-  Streams.cpp
   StringExtras.cpp
   StringMap.cpp
   StringPool.cpp
+  StringRef.cpp
   SystemUtils.cpp
+  TargetRegistry.cpp
   Timer.cpp
+  Triple.cpp
+  Twine.cpp
+  raw_os_ostream.cpp
   raw_ostream.cpp
+  regcomp.c
+  regerror.c
+  regexec.c
+  regfree.c
+  regstrlcpy.c
   )
+
+target_link_libraries (LLVMSupport LLVMSystem)