Handle instructions which need to be #defines for the purpose of capturing constant...
[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   DAGDeltaAlgorithm.cpp
12   Dwarf.cpp
13   ErrorHandling.cpp
14   FileUtilities.cpp
15   FoldingSet.cpp
16   FormattedStream.cpp
17   GraphWriter.cpp
18   IsInf.cpp
19   IsNAN.cpp
20   ManagedStatic.cpp
21   MemoryBuffer.cpp
22   MemoryObject.cpp
23   PluginLoader.cpp
24   PrettyStackTrace.cpp
25   Regex.cpp
26   SlowOperationInformer.cpp
27   SmallPtrSet.cpp
28   SmallVector.cpp
29   SourceMgr.cpp
30   Statistic.cpp
31   StringExtras.cpp
32   StringMap.cpp
33   StringPool.cpp
34   StringRef.cpp
35   SystemUtils.cpp
36   TargetRegistry.cpp
37   Timer.cpp
38   Triple.cpp
39   Twine.cpp
40   raw_os_ostream.cpp
41   raw_ostream.cpp
42   regcomp.c
43   regerror.c
44   regexec.c
45   regfree.c
46   regstrlcpy.c
47   )
48
49 target_link_libraries (LLVMSupport LLVMSystem)