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 | ||||
7 | TextDiagnosticBuffer.cpp | ||||
8 | TextDiagnosticPrinter.cpp | ||||
Cedric Venet | e839b15 | 2008-11-04 20:31:17 +0000 | [diff] [blame] | 9 | PlistDiagnostics.cpp |
Eli Friedman | 4310ff6 | 2008-11-30 01:46:21 +0000 | [diff] [blame] | 10 | ManagerRegistry.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 11 | ) |