| Oscar Fuentes | 889c1e7 | 2010-10-17 02:26:16 +0000 | [diff] [blame] | 1 | ## FIXME: This only requires RTTI because tblgen uses it. Fix that. |
| 2 | set(LLVM_REQUIRES_RTTI 1) | ||||
| Michael J. Spencer | 447762d | 2010-11-29 18:16:10 +0000 | [diff] [blame] | 3 | if( MINGW ) |
| 4 | set(LLVM_REQUIRES_EH 1) | ||||
| 5 | endif() | ||||
| Oscar Fuentes | 889c1e7 | 2010-10-17 02:26:16 +0000 | [diff] [blame] | 6 | |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 7 | add_llvm_library(LLVMSupport |
| 8 | APFloat.cpp | ||||
| 9 | APInt.cpp | ||||
| 10 | APSInt.cpp | ||||
| 11 | Allocator.cpp | ||||
| Douglas Gregor | 3ab9e50 | 2009-12-23 17:03:46 +0000 | [diff] [blame] | 12 | circular_raw_ostream.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 13 | CommandLine.cpp |
| 14 | ConstantRange.cpp | ||||
| Douglas Gregor | b7b5a7d | 2010-07-28 17:17:46 +0000 | [diff] [blame] | 15 | CrashRecoveryContext.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 16 | Debug.cpp |
| Daniel Dunbar | ff53d46 | 2009-12-03 11:12:42 +0000 | [diff] [blame] | 17 | DeltaAlgorithm.cpp |
| Daniel Dunbar | 579ba2a | 2010-06-08 16:21:22 +0000 | [diff] [blame] | 18 | DAGDeltaAlgorithm.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 19 | Dwarf.cpp |
| Mike Stump | 54731d5 | 2009-07-07 18:52:14 +0000 | [diff] [blame] | 20 | ErrorHandling.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 21 | FileUtilities.cpp |
| 22 | FoldingSet.cpp | ||||
| Ted Kremenek | 57da3ed | 2009-07-14 20:44:17 +0000 | [diff] [blame] | 23 | FormattedStream.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 24 | GraphWriter.cpp |
| Jakob Stoklund Olesen | baee655 | 2010-12-21 00:04:46 +0000 | [diff] [blame^] | 25 | IntEqClasses.cpp |
| Jakob Stoklund Olesen | 345945e | 2010-11-19 04:47:19 +0000 | [diff] [blame] | 26 | IntervalMap.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 27 | IsInf.cpp |
| 28 | IsNAN.cpp | ||||
| 29 | ManagedStatic.cpp | ||||
| 30 | MemoryBuffer.cpp | ||||
| Ted Kremenek | c74e09f | 2009-09-11 21:49:45 +0000 | [diff] [blame] | 31 | MemoryObject.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 32 | PluginLoader.cpp |
| Duncan Sands | 96f52eb | 2009-03-05 09:19:13 +0000 | [diff] [blame] | 33 | PrettyStackTrace.cpp |
| Ted Kremenek | 1543d13 | 2009-09-01 17:01:02 +0000 | [diff] [blame] | 34 | Regex.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 35 | SmallPtrSet.cpp |
| Chris Lattner | 4ea86c4 | 2009-12-16 08:44:24 +0000 | [diff] [blame] | 36 | SmallVector.cpp |
| Chris Lattner | fd25575 | 2009-06-21 03:41:50 +0000 | [diff] [blame] | 37 | SourceMgr.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 38 | Statistic.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 39 | StringExtras.cpp |
| 40 | StringMap.cpp | ||||
| 41 | StringPool.cpp | ||||
| Daniel Dunbar | 4498168 | 2009-09-16 22:38:48 +0000 | [diff] [blame] | 42 | StringRef.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 43 | SystemUtils.cpp |
| Ted Kremenek | 1492e17 | 2009-07-15 05:39:55 +0000 | [diff] [blame] | 44 | TargetRegistry.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 45 | Timer.cpp |
| John Thompson | f41f11c | 2010-10-07 23:12:15 +0000 | [diff] [blame] | 46 | ToolOutputFile.cpp |
| Douglas Gregor | bbcf90f | 2009-05-27 16:52:17 +0000 | [diff] [blame] | 47 | Triple.cpp |
| Daniel Dunbar | 0cf4e69 | 2009-07-24 07:04:49 +0000 | [diff] [blame] | 48 | Twine.cpp |
| Oscar Fuentes | a5ff9e3 | 2009-08-25 00:02:29 +0000 | [diff] [blame] | 49 | raw_os_ostream.cpp |
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 50 | raw_ostream.cpp |
| Torok Edwin | e14d4cd | 2009-08-30 08:24:09 +0000 | [diff] [blame] | 51 | regcomp.c |
| 52 | regerror.c | ||||
| 53 | regexec.c | ||||
| 54 | regfree.c | ||||
| 55 | regstrlcpy.c | ||||
| Michael J. Spencer | 447762d | 2010-11-29 18:16:10 +0000 | [diff] [blame] | 56 | |
| 57 | # System | ||||
| Michael J. Spencer | 447762d | 2010-11-29 18:16:10 +0000 | [diff] [blame] | 58 | Atomic.cpp |
| 59 | Disassembler.cpp | ||||
| 60 | DynamicLibrary.cpp | ||||
| 61 | Errno.cpp | ||||
| 62 | Host.cpp | ||||
| 63 | IncludeFile.cpp | ||||
| 64 | Memory.cpp | ||||
| 65 | Mutex.cpp | ||||
| 66 | Path.cpp | ||||
| Michael J. Spencer | ebad2f9 | 2010-11-29 22:28:51 +0000 | [diff] [blame] | 67 | PathV2.cpp |
| Michael J. Spencer | 447762d | 2010-11-29 18:16:10 +0000 | [diff] [blame] | 68 | Process.cpp |
| 69 | Program.cpp | ||||
| 70 | RWMutex.cpp | ||||
| 71 | SearchForAddressOfSpecialSymbol.cpp | ||||
| 72 | Signals.cpp | ||||
| 73 | system_error.cpp | ||||
| 74 | ThreadLocal.cpp | ||||
| 75 | Threading.cpp | ||||
| 76 | TimeValue.cpp | ||||
| 77 | Valgrind.cpp | ||||
| Michael J. Spencer | 447762d | 2010-11-29 18:16:10 +0000 | [diff] [blame] | 78 | Unix/Host.inc |
| 79 | Unix/Memory.inc | ||||
| 80 | Unix/Mutex.inc | ||||
| 81 | Unix/Path.inc | ||||
| Michael J. Spencer | ebad2f9 | 2010-11-29 22:28:51 +0000 | [diff] [blame] | 82 | Unix/PathV2.inc |
| Michael J. Spencer | 447762d | 2010-11-29 18:16:10 +0000 | [diff] [blame] | 83 | Unix/Process.inc |
| 84 | Unix/Program.inc | ||||
| 85 | Unix/RWMutex.inc | ||||
| 86 | Unix/Signals.inc | ||||
| 87 | Unix/system_error.inc | ||||
| 88 | Unix/ThreadLocal.inc | ||||
| 89 | Unix/TimeValue.inc | ||||
| Michael J. Spencer | 447762d | 2010-11-29 18:16:10 +0000 | [diff] [blame] | 90 | Windows/DynamicLibrary.inc |
| 91 | Windows/Host.inc | ||||
| 92 | Windows/Memory.inc | ||||
| 93 | Windows/Mutex.inc | ||||
| 94 | Windows/Path.inc | ||||
| Michael J. Spencer | ebad2f9 | 2010-11-29 22:28:51 +0000 | [diff] [blame] | 95 | Windows/PathV2.inc |
| Michael J. Spencer | 447762d | 2010-11-29 18:16:10 +0000 | [diff] [blame] | 96 | Windows/Process.inc |
| 97 | Windows/Program.inc | ||||
| 98 | Windows/RWMutex.inc | ||||
| 99 | Windows/Signals.inc | ||||
| 100 | Windows/system_error.inc | ||||
| 101 | Windows/ThreadLocal.inc | ||||
| 102 | Windows/TimeValue.inc | ||||
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 103 | ) |