Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
2 | |||||
Mike Stump | 90a3707 | 2009-03-24 17:52:34 +0000 | [diff] [blame] | 3 | add_clang_library(clangFrontend |
Douglas Gregor | 068913e | 2009-04-02 16:34:42 +0000 | [diff] [blame] | 4 | FixItRewriter.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 5 | HTMLDiagnostics.cpp |
6 | InitHeaderSearch.cpp | ||||
Chris Lattner | 2f5693f | 2009-04-21 05:40:52 +0000 | [diff] [blame] | 7 | InitPreprocessor.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 8 | TextDiagnosticBuffer.cpp |
9 | TextDiagnosticPrinter.cpp | ||||
Douglas Gregor | df47d73 | 2009-04-10 17:28:42 +0000 | [diff] [blame] | 10 | PCHReader.cpp |
Chris Lattner | 92ba5ff | 2009-04-27 05:14:47 +0000 | [diff] [blame^] | 11 | PCHReaderStmt.cpp |
Douglas Gregor | df47d73 | 2009-04-10 17:28:42 +0000 | [diff] [blame] | 12 | PCHWriter.cpp |
Cedric Venet | 0ce19ba | 2008-11-04 20:31:17 +0000 | [diff] [blame] | 13 | PlistDiagnostics.cpp |
Eli Friedman | 79ceb09 | 2008-11-30 01:46:21 +0000 | [diff] [blame] | 14 | ManagerRegistry.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 15 | ) |