Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
| 2 | |
| 3 | add_clang_library(clangBasic |
Chris Lattner | 6b15cdc | 2009-06-14 01:05:48 +0000 | [diff] [blame] | 4 | Builtins.cpp |
Steve Naroff | e9b7d8a | 2009-04-01 15:50:34 +0000 | [diff] [blame] | 5 | ConvertUTF.c |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 6 | Diagnostic.cpp |
| 7 | FileManager.cpp |
| 8 | IdentifierTable.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 9 | SourceLocation.cpp |
| 10 | SourceManager.cpp |
| 11 | TargetInfo.cpp |
| 12 | Targets.cpp |
| 13 | TokenKinds.cpp |
| 14 | ) |
Douglas Gregor | a393e9e | 2009-03-16 23:06:59 +0000 | [diff] [blame] | 15 | |
| 16 | add_dependencies(clangBasic |
| 17 | ClangDiagnosticAnalysis |
| 18 | ClangDiagnosticAST |
| 19 | ClangDiagnosticCommon |
| 20 | ClangDiagnosticDriver |
| 21 | ClangDiagnosticFrontend |
Chris Lattner | 25bcbaf | 2009-04-22 18:59:57 +0000 | [diff] [blame] | 22 | ClangDiagnosticGroups |
Douglas Gregor | a393e9e | 2009-03-16 23:06:59 +0000 | [diff] [blame] | 23 | ClangDiagnosticLex |
| 24 | ClangDiagnosticParse |
| 25 | ClangDiagnosticSema) |