| 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 | ||||
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 6 | CommandLine.cpp |
| 7 | ConstantRange.cpp | ||||
| 8 | Debug.cpp | ||||
| 9 | Dwarf.cpp | ||||
| Mike Stump | 54731d5 | 2009-07-07 18:52:14 +0000 | [diff] [blame] | 10 | ErrorHandling.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 11 | FileUtilities.cpp |
| 12 | FoldingSet.cpp | ||||
| Ted Kremenek | 57da3ed | 2009-07-14 20:44:17 +0000 | [diff] [blame] | 13 | FormattedStream.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 14 | GraphWriter.cpp |
| 15 | IsInf.cpp | ||||
| 16 | IsNAN.cpp | ||||
| 17 | ManagedStatic.cpp | ||||
| 18 | MemoryBuffer.cpp | ||||
| Ted Kremenek | c74e09f | 2009-09-11 21:49:45 +0000 | [diff] [blame] | 19 | MemoryObject.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 20 | PluginLoader.cpp |
| Duncan Sands | 96f52eb | 2009-03-05 09:19:13 +0000 | [diff] [blame] | 21 | PrettyStackTrace.cpp |
| Ted Kremenek | 1543d13 | 2009-09-01 17:01:02 +0000 | [diff] [blame] | 22 | Regex.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 23 | SlowOperationInformer.cpp |
| 24 | SmallPtrSet.cpp | ||||
| Chris Lattner | fd25575 | 2009-06-21 03:41:50 +0000 | [diff] [blame] | 25 | SourceMgr.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 26 | Statistic.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 27 | StringExtras.cpp |
| 28 | StringMap.cpp | ||||
| 29 | StringPool.cpp | ||||
| Daniel Dunbar | 4498168 | 2009-09-16 22:38:48 +0000 | [diff] [blame] | 30 | StringRef.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 31 | SystemUtils.cpp |
| Ted Kremenek | 1492e17 | 2009-07-15 05:39:55 +0000 | [diff] [blame] | 32 | TargetRegistry.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 33 | Timer.cpp |
| Douglas Gregor | bbcf90f | 2009-05-27 16:52:17 +0000 | [diff] [blame] | 34 | Triple.cpp |
| Daniel Dunbar | 0cf4e69 | 2009-07-24 07:04:49 +0000 | [diff] [blame] | 35 | Twine.cpp |
| Oscar Fuentes | a5ff9e3 | 2009-08-25 00:02:29 +0000 | [diff] [blame] | 36 | raw_os_ostream.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 37 | raw_ostream.cpp |
| Torok Edwin | e14d4cd | 2009-08-30 08:24:09 +0000 | [diff] [blame] | 38 | regcomp.c |
| 39 | regerror.c | ||||
| 40 | regexec.c | ||||
| 41 | regfree.c | ||||
| 42 | regstrlcpy.c | ||||
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 43 | ) |
| Douglas Gregor | 6d94e6a | 2009-06-26 15:37:00 +0000 | [diff] [blame] | 44 | |
| 45 | target_link_libraries (LLVMSupport LLVMSystem) | ||||