Build with RTTI and exceptions disabled. Only in GCC for now.
[oota-llvm.git] / lib / Support / CMakeLists.txt
1 ## FIXME: This only requires RTTI because tblgen uses it.  Fix that.
2 set(LLVM_REQUIRES_RTTI 1)
3
4 add_llvm_library(LLVMSupport
5   APFloat.cpp
6   APInt.cpp
7   APSInt.cpp
8   Allocator.cpp
9   circular_raw_ostream.cpp
10   CommandLine.cpp
11   ConstantRange.cpp
12   CrashRecoveryContext.cpp
13   Debug.cpp
14   DeltaAlgorithm.cpp
15   DAGDeltaAlgorithm.cpp
16   Dwarf.cpp
17   ErrorHandling.cpp
18   FileUtilities.cpp
19   FoldingSet.cpp
20   FormattedStream.cpp
21   GraphWriter.cpp
22   IsInf.cpp
23   IsNAN.cpp
24   ManagedStatic.cpp
25   MemoryBuffer.cpp
26   MemoryObject.cpp
27   PluginLoader.cpp
28   PrettyStackTrace.cpp
29   Regex.cpp
30   SmallPtrSet.cpp
31   SmallVector.cpp
32   SourceMgr.cpp
33   Statistic.cpp
34   StringExtras.cpp
35   StringMap.cpp
36   StringPool.cpp
37   StringRef.cpp
38   SystemUtils.cpp
39   TargetRegistry.cpp
40   Timer.cpp
41   ToolOutputFile.cpp
42   Triple.cpp
43   Twine.cpp
44   raw_os_ostream.cpp
45   raw_ostream.cpp
46   regcomp.c
47   regerror.c
48   regexec.c
49   regfree.c
50   regstrlcpy.c
51   )