| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 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 |
| Duncan Sands | 96f52eb | 2009-03-05 09:19:13 +0000 | [diff] [blame] | 19 | PrettyStackTrace.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 20 | SlowOperationInformer.cpp |
| 21 | SmallPtrSet.cpp |
| Chris Lattner | fd25575 | 2009-06-21 03:41:50 +0000 | [diff] [blame] | 22 | SourceMgr.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 23 | Statistic.cpp |
| 24 | Streams.cpp |
| 25 | StringExtras.cpp |
| 26 | StringMap.cpp |
| 27 | StringPool.cpp |
| 28 | SystemUtils.cpp |
| 29 | Timer.cpp |
| Douglas Gregor | bbcf90f | 2009-05-27 16:52:17 +0000 | [diff] [blame] | 30 | Triple.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 31 | raw_ostream.cpp |
| 32 | ) |
| Douglas Gregor | 6d94e6a | 2009-06-26 15:37:00 +0000 | [diff] [blame^] | 33 | |
| 34 | target_link_libraries (LLVMSupport LLVMSystem) |