Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
| 2 | |
| 3 | # TODO: Add -maltivec when ARCH is PowerPC. |
| 4 | |
| 5 | add_clang_library(clangLex |
| 6 | HeaderMap.cpp |
| 7 | HeaderSearch.cpp |
| 8 | Lexer.cpp |
| 9 | LiteralSupport.cpp |
| 10 | MacroArgs.cpp |
| 11 | MacroInfo.cpp |
| 12 | PPCaching.cpp |
| 13 | PPDirectives.cpp |
| 14 | PPExpressions.cpp |
| 15 | PPLexerChange.cpp |
| 16 | PPMacroExpansion.cpp |
Ted Kremenek | b3b7364 | 2009-07-15 21:08:41 +0000 | [diff] [blame] | 17 | PTHLexer.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 18 | Pragma.cpp |
Douglas Gregor | 4ae8f29 | 2010-03-18 17:52:52 +0000 | [diff] [blame] | 19 | PreprocessingRecord.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 20 | Preprocessor.cpp |
Oscar Fuentes | 148f061 | 2008-11-19 18:46:39 +0000 | [diff] [blame] | 21 | PreprocessorLexer.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 22 | ScratchBuffer.cpp |
Mike Stump | 4783787 | 2009-02-13 15:42:50 +0000 | [diff] [blame] | 23 | TokenConcatenation.cpp |
Ted Kremenek | b3b7364 | 2009-07-15 21:08:41 +0000 | [diff] [blame] | 24 | TokenLexer.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 25 | ) |
Douglas Gregor | a393e9e | 2009-03-16 23:06:59 +0000 | [diff] [blame] | 26 | |
| 27 | add_dependencies(clangLex ClangDiagnosticLex) |