Jeffrey Yasskin | 0a86d44 | 2011-02-11 23:46:38 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS support) |
2 | |||||
Michael J. Spencer | 560a921 | 2010-09-13 23:54:41 +0000 | [diff] [blame] | 3 | set(LLVM_USED_LIBS clangBasic) |
4 | |||||
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 5 | add_clang_library(clangAST |
Oscar Fuentes | 148f061 | 2008-11-19 18:46:39 +0000 | [diff] [blame] | 6 | APValue.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 7 | ASTConsumer.cpp |
8 | ASTContext.cpp | ||||
Douglas Gregor | 79a9a34 | 2010-02-09 22:26:47 +0000 | [diff] [blame] | 9 | ASTDiagnostic.cpp |
Ted Kremenek | 503524a | 2010-03-08 20:56:29 +0000 | [diff] [blame] | 10 | ASTImporter.cpp |
Anton Korobeynikov | fc5d513 | 2010-01-10 14:38:13 +0000 | [diff] [blame] | 11 | AttrImpl.cpp |
Douglas Gregor | a8f32e0 | 2009-10-06 17:59:45 +0000 | [diff] [blame] | 12 | CXXInheritance.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 13 | Decl.cpp |
Kovarththanan Rajaratnam | 909e6aa | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 14 | DeclarationName.cpp |
Ted Kremenek | b3b7364 | 2009-07-15 21:08:41 +0000 | [diff] [blame] | 15 | DeclBase.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 16 | DeclCXX.cpp |
John McCall | 92b7f70 | 2010-03-11 07:50:04 +0000 | [diff] [blame] | 17 | DeclFriend.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 18 | DeclGroup.cpp |
19 | DeclObjC.cpp | ||||
Douglas Gregor | 4fe0c8e | 2009-05-30 00:08:05 +0000 | [diff] [blame] | 20 | DeclPrinter.cpp |
Douglas Gregor | aaba5e3 | 2009-02-04 19:02:06 +0000 | [diff] [blame] | 21 | DeclTemplate.cpp |
John McCall | f351424 | 2010-11-24 11:21:45 +0000 | [diff] [blame] | 22 | DumpXML.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 23 | Expr.cpp |
Sebastian Redl | 2111c85 | 2010-06-28 15:09:07 +0000 | [diff] [blame] | 24 | ExprClassification.cpp |
Ted Kremenek | b3b7364 | 2009-07-15 21:08:41 +0000 | [diff] [blame] | 25 | ExprConstant.cpp |
Kovarththanan Rajaratnam | 909e6aa | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 26 | ExprCXX.cpp |
Douglas Gregor | b166e4a | 2011-02-28 14:32:11 +0000 | [diff] [blame] | 27 | ExternalASTSource.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 28 | InheritViz.cpp |
Charles Davis | 071cc7d | 2010-08-16 03:33:14 +0000 | [diff] [blame] | 29 | ItaniumCXXABI.cpp |
Peter Collingbourne | 1411047 | 2011-01-13 18:57:25 +0000 | [diff] [blame] | 30 | ItaniumMangle.cpp |
31 | Mangle.cpp | ||||
Charles Davis | 071cc7d | 2010-08-16 03:33:14 +0000 | [diff] [blame] | 32 | MicrosoftCXXABI.cpp |
Peter Collingbourne | 1411047 | 2011-01-13 18:57:25 +0000 | [diff] [blame] | 33 | MicrosoftMangle.cpp |
Douglas Gregor | e4e5b05 | 2009-03-19 00:18:19 +0000 | [diff] [blame] | 34 | NestedNameSpecifier.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 35 | ParentMap.cpp |
Ted Kremenek | 503524a | 2010-03-08 20:56:29 +0000 | [diff] [blame] | 36 | RecordLayout.cpp |
Daniel Dunbar | e464183 | 2009-07-19 00:40:45 +0000 | [diff] [blame] | 37 | RecordLayoutBuilder.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 38 | Stmt.cpp |
39 | StmtDumper.cpp | ||||
40 | StmtIterator.cpp | ||||
41 | StmtPrinter.cpp | ||||
Douglas Gregor | 41ef0c3 | 2009-07-28 00:33:38 +0000 | [diff] [blame] | 42 | StmtProfile.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 43 | StmtViz.cpp |
John McCall | 275c10a | 2009-10-29 07:48:15 +0000 | [diff] [blame] | 44 | TemplateBase.cpp |
Ted Kremenek | 4409a6d | 2009-04-01 19:11:05 +0000 | [diff] [blame] | 45 | TemplateName.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 46 | Type.cpp |
Benjamin Kramer | ad97866 | 2009-08-19 12:02:15 +0000 | [diff] [blame] | 47 | TypeLoc.cpp |
Douglas Gregor | fee8a3c | 2009-11-10 00:39:07 +0000 | [diff] [blame] | 48 | TypePrinter.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 49 | ) |
Douglas Gregor | a393e9e | 2009-03-16 23:06:59 +0000 | [diff] [blame] | 50 | |
Michael J. Spencer | 560a921 | 2010-09-13 23:54:41 +0000 | [diff] [blame] | 51 | add_dependencies(clangAST ClangARMNeon ClangAttrClasses ClangAttrList |
52 | ClangAttrImpl ClangDiagnosticAST ClangDeclNodes ClangStmtNodes) |