Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
| 2 | |
| 3 | add_clang_library(clangAnalysis |
Daniel Dunbar | a0a2c7d | 2009-07-30 03:55:04 +0000 | [diff] [blame] | 4 | AnalysisContext.cpp |
Ted Kremenek | e41611a | 2009-07-16 18:13:04 +0000 | [diff] [blame] | 5 | CFG.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 6 | LiveVariables.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 7 | UninitializedValues.cpp |
| 8 | ) |
Douglas Gregor | a393e9e | 2009-03-16 23:06:59 +0000 | [diff] [blame] | 9 | |
| 10 | add_dependencies(clangAnalysis ClangDiagnosticAnalysis) |