Rename TGSourceMgr -> SourceMgr.
[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   FileUtilities.cpp
12   FoldingSet.cpp
13   GraphWriter.cpp
14   IsInf.cpp
15   IsNAN.cpp
16   ManagedStatic.cpp
17   MemoryBuffer.cpp
18   PluginLoader.cpp
19   PrettyStackTrace.cpp
20   SlowOperationInformer.cpp
21   SmallPtrSet.cpp
22   SourceMgr.cpp
23   Statistic.cpp
24   Streams.cpp
25   StringExtras.cpp
26   StringMap.cpp
27   StringPool.cpp
28   SystemUtils.cpp
29   Timer.cpp
30   Triple.cpp
31   raw_ostream.cpp
32   )