Currently in LLVM, names of libcalls are assigned during TargetLowering
[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   circular_raw_ostream.cpp
7   CommandLine.cpp
8   ConstantRange.cpp
9   Debug.cpp
10   DeltaAlgorithm.cpp
11   Dwarf.cpp
12   ErrorHandling.cpp
13   FileUtilities.cpp
14   FoldingSet.cpp
15   FormattedStream.cpp
16   GraphWriter.cpp
17   IsInf.cpp
18   IsNAN.cpp
19   ManagedStatic.cpp
20   MemoryBuffer.cpp
21   MemoryObject.cpp
22   PluginLoader.cpp
23   PrettyStackTrace.cpp
24   Regex.cpp
25   SlowOperationInformer.cpp
26   SmallPtrSet.cpp
27   SmallVector.cpp
28   SourceMgr.cpp
29   Statistic.cpp
30   StringExtras.cpp
31   StringMap.cpp
32   StringPool.cpp
33   StringRef.cpp
34   SystemUtils.cpp
35   TargetRegistry.cpp
36   Timer.cpp
37   Triple.cpp
38   Twine.cpp
39   raw_os_ostream.cpp
40   raw_ostream.cpp
41   regcomp.c
42   regerror.c
43   regexec.c
44   regfree.c
45   regstrlcpy.c
46   )
47
48 target_link_libraries (LLVMSupport LLVMSystem)