Add an implementation of the delta debugging algorithm.
[oota-llvm.git] / lib / Support / CMakeLists.txt
1 add_llvm_library(LLVMSupport
2   APFloat.cpp
3   APInt.cpp
4   APSInt.cpp
5   Allocator.cpp
6   CommandLine.cpp
7   ConstantRange.cpp
8   Debug.cpp
9   DeltaAlgorithm.cpp
10   Dwarf.cpp
11   ErrorHandling.cpp
12   FileUtilities.cpp
13   FoldingSet.cpp
14   FormattedStream.cpp
15   GraphWriter.cpp
16   IsInf.cpp
17   IsNAN.cpp
18   ManagedStatic.cpp
19   MemoryBuffer.cpp
20   MemoryObject.cpp
21   PluginLoader.cpp
22   PrettyStackTrace.cpp
23   Regex.cpp
24   SlowOperationInformer.cpp
25   SmallPtrSet.cpp
26   SourceMgr.cpp
27   Statistic.cpp
28   StringExtras.cpp
29   StringMap.cpp
30   StringPool.cpp
31   StringRef.cpp
32   SystemUtils.cpp
33   TargetRegistry.cpp
34   Timer.cpp
35   Triple.cpp
36   Twine.cpp
37   raw_os_ostream.cpp
38   raw_ostream.cpp
39   regcomp.c
40   regerror.c
41   regexec.c
42   regfree.c
43   regstrlcpy.c
44   )
45
46 target_link_libraries (LLVMSupport LLVMSystem)