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