Jeffrey Yasskin | c498878 | 2011-02-11 23:46:38 +0000 | [diff] [blame^] | 1 | set(LLVM_LINK_COMPONENTS support) |
2 | |||||
Michael J. Spencer | 0947621 | 2010-09-13 23:54:41 +0000 | [diff] [blame] | 3 | set(LLVM_USED_LIBS clangBasic) |
4 | |||||
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 5 | add_clang_library(clangAST |
Oscar Fuentes | 77543d9 | 2008-11-19 18:46:39 +0000 | [diff] [blame] | 6 | APValue.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 7 | ASTConsumer.cpp |
8 | ASTContext.cpp | ||||
Douglas Gregor | 639cccc | 2010-02-09 22:26:47 +0000 | [diff] [blame] | 9 | ASTDiagnostic.cpp |
Ted Kremenek | c3015a9 | 2010-03-08 20:56:29 +0000 | [diff] [blame] | 10 | ASTImporter.cpp |
Anton Korobeynikov | 3d364fd | 2010-01-10 14:38:13 +0000 | [diff] [blame] | 11 | AttrImpl.cpp |
Douglas Gregor | 36d1b14 | 2009-10-06 17:59:45 +0000 | [diff] [blame] | 12 | CXXInheritance.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 13 | Decl.cpp |
Kovarththanan Rajaratnam | a6405f7 | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 14 | DeclarationName.cpp |
Ted Kremenek | 3e808ed | 2009-07-15 21:08:41 +0000 | [diff] [blame] | 15 | DeclBase.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 16 | DeclCXX.cpp |
John McCall | bbbbe4e | 2010-03-11 07:50:04 +0000 | [diff] [blame] | 17 | DeclFriend.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 18 | DeclGroup.cpp |
19 | DeclObjC.cpp | ||||
Douglas Gregor | 278f52e | 2009-05-30 00:08:05 +0000 | [diff] [blame] | 20 | DeclPrinter.cpp |
Douglas Gregor | ded2d7b | 2009-02-04 19:02:06 +0000 | [diff] [blame] | 21 | DeclTemplate.cpp |
John McCall | 9b66c4b | 2010-11-24 11:21:45 +0000 | [diff] [blame] | 22 | DumpXML.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 23 | Expr.cpp |
Sebastian Redl | f946310 | 2010-06-28 15:09:07 +0000 | [diff] [blame] | 24 | ExprClassification.cpp |
Ted Kremenek | 3e808ed | 2009-07-15 21:08:41 +0000 | [diff] [blame] | 25 | ExprConstant.cpp |
Kovarththanan Rajaratnam | a6405f7 | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 26 | ExprCXX.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 27 | InheritViz.cpp |
Charles Davis | 53c59df | 2010-08-16 03:33:14 +0000 | [diff] [blame] | 28 | ItaniumCXXABI.cpp |
Peter Collingbourne | 0ff0b37 | 2011-01-13 18:57:25 +0000 | [diff] [blame] | 29 | ItaniumMangle.cpp |
30 | Mangle.cpp | ||||
Charles Davis | 53c59df | 2010-08-16 03:33:14 +0000 | [diff] [blame] | 31 | MicrosoftCXXABI.cpp |
Peter Collingbourne | 0ff0b37 | 2011-01-13 18:57:25 +0000 | [diff] [blame] | 32 | MicrosoftMangle.cpp |
Douglas Gregor | 5253768 | 2009-03-19 00:18:19 +0000 | [diff] [blame] | 33 | NestedNameSpecifier.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 34 | ParentMap.cpp |
Ted Kremenek | c3015a9 | 2010-03-08 20:56:29 +0000 | [diff] [blame] | 35 | RecordLayout.cpp |
Daniel Dunbar | 09fd050 | 2009-07-19 00:40:45 +0000 | [diff] [blame] | 36 | RecordLayoutBuilder.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 37 | Stmt.cpp |
38 | StmtDumper.cpp | ||||
39 | StmtIterator.cpp | ||||
40 | StmtPrinter.cpp | ||||
Douglas Gregor | 5c193b9 | 2009-07-28 00:33:38 +0000 | [diff] [blame] | 41 | StmtProfile.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 42 | StmtViz.cpp |
John McCall | 588d2d5 | 2009-10-29 07:48:15 +0000 | [diff] [blame] | 43 | TemplateBase.cpp |
Ted Kremenek | 3278893 | 2009-04-01 19:11:05 +0000 | [diff] [blame] | 44 | TemplateName.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 45 | Type.cpp |
Benjamin Kramer | a48651d | 2009-08-19 12:02:15 +0000 | [diff] [blame] | 46 | TypeLoc.cpp |
Douglas Gregor | 983136e | 2009-11-10 00:39:07 +0000 | [diff] [blame] | 47 | TypePrinter.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 48 | ) |
Douglas Gregor | 23d75bb | 2009-03-16 23:06:59 +0000 | [diff] [blame] | 49 | |
Michael J. Spencer | 0947621 | 2010-09-13 23:54:41 +0000 | [diff] [blame] | 50 | add_dependencies(clangAST ClangARMNeon ClangAttrClasses ClangAttrList |
51 | ClangAttrImpl ClangDiagnosticAST ClangDeclNodes ClangStmtNodes) |