| 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 | 
| Mike Stump | 54731d5 | 2009-07-07 18:52:14 +0000 | [diff] [blame] | 11 | ErrorHandling.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 12 | FileUtilities.cpp | 
|  | 13 | FoldingSet.cpp | 
| Ted Kremenek | 57da3ed | 2009-07-14 20:44:17 +0000 | [diff] [blame] | 14 | FormattedStream.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 15 | GraphWriter.cpp | 
|  | 16 | IsInf.cpp | 
|  | 17 | IsNAN.cpp | 
|  | 18 | ManagedStatic.cpp | 
|  | 19 | MemoryBuffer.cpp | 
|  | 20 | PluginLoader.cpp | 
| Duncan Sands | 96f52eb | 2009-03-05 09:19:13 +0000 | [diff] [blame] | 21 | PrettyStackTrace.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 22 | SlowOperationInformer.cpp | 
|  | 23 | SmallPtrSet.cpp | 
| Chris Lattner | fd25575 | 2009-06-21 03:41:50 +0000 | [diff] [blame] | 24 | SourceMgr.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 25 | Statistic.cpp | 
|  | 26 | Streams.cpp | 
|  | 27 | StringExtras.cpp | 
|  | 28 | StringMap.cpp | 
|  | 29 | StringPool.cpp | 
|  | 30 | SystemUtils.cpp | 
|  | 31 | Timer.cpp | 
| Douglas Gregor | bbcf90f | 2009-05-27 16:52:17 +0000 | [diff] [blame] | 32 | Triple.cpp | 
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 33 | raw_ostream.cpp | 
|  | 34 | ) | 
| Douglas Gregor | 6d94e6a | 2009-06-26 15:37:00 +0000 | [diff] [blame] | 35 |  | 
|  | 36 | target_link_libraries (LLVMSupport LLVMSystem) |