now that libsystem no longer uses SmallVector, we can move
[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   SmallVector.cpp
27   SourceMgr.cpp
28   Statistic.cpp
29   StringExtras.cpp
30   StringMap.cpp
31   StringPool.cpp
32   StringRef.cpp
33   SystemUtils.cpp
34   TargetRegistry.cpp
35   Timer.cpp
36   Triple.cpp
37   Twine.cpp
38   raw_os_ostream.cpp
39   raw_ostream.cpp
40   regcomp.c
41   regerror.c
42   regexec.c
43   regfree.c
44   regstrlcpy.c
45   )
46
47 target_link_libraries (LLVMSupport LLVMSystem)