Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
2 | |||||
Mike Stump | a43a21e | 2009-03-24 17:52:34 +0000 | [diff] [blame] | 3 | add_clang_library(clangFrontend |
Douglas Gregor | 837a406 | 2009-04-02 16:34:42 +0000 | [diff] [blame] | 4 | FixItRewriter.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 5 | HTMLDiagnostics.cpp |
6 | InitHeaderSearch.cpp | ||||
Chris Lattner | e116ccf | 2009-04-21 05:40:52 +0000 | [diff] [blame] | 7 | InitPreprocessor.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 8 | TextDiagnosticBuffer.cpp |
9 | TextDiagnosticPrinter.cpp | ||||
Douglas Gregor | f120251 | 2009-04-10 17:28:42 +0000 | [diff] [blame] | 10 | PCHReader.cpp |
Chris Lattner | 4c6f952 | 2009-04-27 05:14:47 +0000 | [diff] [blame^] | 11 | PCHReaderStmt.cpp |
Douglas Gregor | f120251 | 2009-04-10 17:28:42 +0000 | [diff] [blame] | 12 | PCHWriter.cpp |
Cedric Venet | e839b15 | 2008-11-04 20:31:17 +0000 | [diff] [blame] | 13 | PlistDiagnostics.cpp |
Eli Friedman | 4310ff6 | 2008-11-30 01:46:21 +0000 | [diff] [blame] | 14 | ManagerRegistry.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 15 | ) |