8de0e350b0f8d6922225ed6b8d356f00862be04f
[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   Annotation.cpp
7   CommandLine.cpp
8   ConstantRange.cpp
9   Debug.cpp
10   Dwarf.cpp
11   ErrorHandling.cpp
12   FileUtilities.cpp
13   FoldingSet.cpp
14   GraphWriter.cpp
15   IsInf.cpp
16   IsNAN.cpp
17   ManagedStatic.cpp
18   MemoryBuffer.cpp
19   PluginLoader.cpp
20   PrettyStackTrace.cpp
21   SlowOperationInformer.cpp
22   SmallPtrSet.cpp
23   SourceMgr.cpp
24   Statistic.cpp
25   Streams.cpp
26   StringExtras.cpp
27   StringMap.cpp
28   StringPool.cpp
29   SystemUtils.cpp
30   Timer.cpp
31   Triple.cpp
32   raw_ostream.cpp
33   )
34
35 target_link_libraries (LLVMSupport LLVMSystem)