Jeffrey Yasskin | c498878 | 2011-02-11 23:46:38 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS support) |
2 | |||||
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 3 | add_clang_library(clangAST |
Oscar Fuentes | 77543d9 | 2008-11-19 18:46:39 +0000 | [diff] [blame] | 4 | APValue.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 5 | ASTConsumer.cpp |
6 | ASTContext.cpp | ||||
Douglas Gregor | 639cccc | 2010-02-09 22:26:47 +0000 | [diff] [blame] | 7 | ASTDiagnostic.cpp |
Alexander Kornienko | 18ec81b | 2012-12-13 13:59:55 +0000 | [diff] [blame] | 8 | ASTDumper.cpp |
Ted Kremenek | c3015a9 | 2010-03-08 20:56:29 +0000 | [diff] [blame] | 9 | ASTImporter.cpp |
Samuel Benzaquen | f226e97 | 2013-06-19 18:45:24 +0000 | [diff] [blame^] | 10 | ASTTypeTraits.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 |
Dmitri Gribenko | ec92531 | 2012-07-06 00:28:32 +0000 | [diff] [blame] | 13 | Comment.cpp |
Dmitri Gribenko | 5188c4b | 2012-06-26 20:39:18 +0000 | [diff] [blame] | 14 | CommentBriefParser.cpp |
Dmitri Gribenko | a7b3214 | 2012-08-09 00:16:26 +0000 | [diff] [blame] | 15 | CommentCommandTraits.cpp |
Dmitri Gribenko | 5188c4b | 2012-06-26 20:39:18 +0000 | [diff] [blame] | 16 | CommentLexer.cpp |
Dmitri Gribenko | ec92531 | 2012-07-06 00:28:32 +0000 | [diff] [blame] | 17 | CommentParser.cpp |
18 | CommentSema.cpp | ||||
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 19 | Decl.cpp |
Kovarththanan Rajaratnam | a6405f7 | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 20 | DeclarationName.cpp |
Ted Kremenek | 3e808ed | 2009-07-15 21:08:41 +0000 | [diff] [blame] | 21 | DeclBase.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 22 | DeclCXX.cpp |
John McCall | bbbbe4e | 2010-03-11 07:50:04 +0000 | [diff] [blame] | 23 | DeclFriend.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 24 | DeclGroup.cpp |
25 | DeclObjC.cpp | ||||
Alexey Bataev | a769e07 | 2013-03-22 06:34:35 +0000 | [diff] [blame] | 26 | DeclOpenMP.cpp |
Douglas Gregor | 278f52e | 2009-05-30 00:08:05 +0000 | [diff] [blame] | 27 | DeclPrinter.cpp |
Douglas Gregor | ded2d7b | 2009-02-04 19:02:06 +0000 | [diff] [blame] | 28 | DeclTemplate.cpp |
John McCall | 9b66c4b | 2010-11-24 11:21:45 +0000 | [diff] [blame] | 29 | DumpXML.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 30 | Expr.cpp |
Sebastian Redl | f946310 | 2010-06-28 15:09:07 +0000 | [diff] [blame] | 31 | ExprClassification.cpp |
Ted Kremenek | 3e808ed | 2009-07-15 21:08:41 +0000 | [diff] [blame] | 32 | ExprConstant.cpp |
Kovarththanan Rajaratnam | a6405f7 | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 33 | ExprCXX.cpp |
Douglas Gregor | cce5c97 | 2011-02-28 14:32:11 +0000 | [diff] [blame] | 34 | ExternalASTSource.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 35 | InheritViz.cpp |
Charles Davis | 53c59df | 2010-08-16 03:33:14 +0000 | [diff] [blame] | 36 | ItaniumCXXABI.cpp |
Peter Collingbourne | 0ff0b37 | 2011-01-13 18:57:25 +0000 | [diff] [blame] | 37 | ItaniumMangle.cpp |
Douglas Gregor | 6379854 | 2012-02-20 19:44:39 +0000 | [diff] [blame] | 38 | LambdaMangleContext.cpp |
Peter Collingbourne | 0ff0b37 | 2011-01-13 18:57:25 +0000 | [diff] [blame] | 39 | Mangle.cpp |
Charles Davis | 53c59df | 2010-08-16 03:33:14 +0000 | [diff] [blame] | 40 | MicrosoftCXXABI.cpp |
Peter Collingbourne | 0ff0b37 | 2011-01-13 18:57:25 +0000 | [diff] [blame] | 41 | MicrosoftMangle.cpp |
Douglas Gregor | 5253768 | 2009-03-19 00:18:19 +0000 | [diff] [blame] | 42 | NestedNameSpecifier.cpp |
Ted Kremenek | e65b086 | 2012-03-06 20:05:56 +0000 | [diff] [blame] | 43 | NSAPI.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 44 | ParentMap.cpp |
Chandler Carruth | 39a3e75 | 2012-06-20 09:53:52 +0000 | [diff] [blame] | 45 | RawCommentList.cpp |
Ted Kremenek | c3015a9 | 2010-03-08 20:56:29 +0000 | [diff] [blame] | 46 | RecordLayout.cpp |
Daniel Dunbar | 09fd050 | 2009-07-19 00:40:45 +0000 | [diff] [blame] | 47 | RecordLayoutBuilder.cpp |
Argyrios Kyrtzidis | a6011e2 | 2011-10-03 06:36:51 +0000 | [diff] [blame] | 48 | SelectorLocationsKind.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 49 | Stmt.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 50 | StmtIterator.cpp |
51 | StmtPrinter.cpp | ||||
Douglas Gregor | 5c193b9 | 2009-07-28 00:33:38 +0000 | [diff] [blame] | 52 | StmtProfile.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 53 | StmtViz.cpp |
John McCall | 588d2d5 | 2009-10-29 07:48:15 +0000 | [diff] [blame] | 54 | TemplateBase.cpp |
Ted Kremenek | 3278893 | 2009-04-01 19:11:05 +0000 | [diff] [blame] | 55 | TemplateName.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 56 | Type.cpp |
Benjamin Kramer | a48651d | 2009-08-19 12:02:15 +0000 | [diff] [blame] | 57 | TypeLoc.cpp |
Douglas Gregor | 983136e | 2009-11-10 00:39:07 +0000 | [diff] [blame] | 58 | TypePrinter.cpp |
Peter Collingbourne | cfd2356 | 2011-09-26 01:57:12 +0000 | [diff] [blame] | 59 | VTableBuilder.cpp |
Peter Collingbourne | 2d25952 | 2011-09-26 01:56:24 +0000 | [diff] [blame] | 60 | VTTBuilder.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 61 | ) |
Douglas Gregor | 23d75bb | 2009-03-16 23:06:59 +0000 | [diff] [blame] | 62 | |
Chandler Carruth | 28969b4 | 2012-06-21 01:30:21 +0000 | [diff] [blame] | 63 | add_dependencies(clangAST |
64 | ClangARMNeon | ||||
65 | ClangAttrClasses | ||||
66 | ClangAttrList | ||||
67 | ClangAttrImpl | ||||
Alexander Kornienko | 5bc364e | 2013-01-07 17:53:08 +0000 | [diff] [blame] | 68 | ClangAttrDump |
Dmitri Gribenko | 7acbf00 | 2012-09-10 20:32:42 +0000 | [diff] [blame] | 69 | ClangCommentCommandInfo |
Dmitri Gribenko | 2e72dd4 | 2013-02-01 20:23:57 +0000 | [diff] [blame] | 70 | ClangCommentCommandList |
Dmitri Gribenko | ec92531 | 2012-07-06 00:28:32 +0000 | [diff] [blame] | 71 | ClangCommentNodes |
Dmitri Gribenko | 3ca956f | 2012-08-31 02:21:44 +0000 | [diff] [blame] | 72 | ClangCommentHTMLTags |
73 | ClangCommentHTMLTagsProperties | ||||
Dmitri Gribenko | 28800da | 2013-01-30 14:29:28 +0000 | [diff] [blame] | 74 | ClangCommentHTMLNamedCharacterReferences |
Chandler Carruth | 28969b4 | 2012-06-21 01:30:21 +0000 | [diff] [blame] | 75 | ClangDeclNodes |
NAKAMURA Takumi | 075c89b | 2012-07-27 06:18:12 +0000 | [diff] [blame] | 76 | ClangDiagnosticAST |
77 | ClangDiagnosticComment | ||||
NAKAMURA Takumi | 836926d | 2012-07-27 06:18:33 +0000 | [diff] [blame] | 78 | ClangDiagnosticCommon |
79 | ClangDiagnosticSema | ||||
Chandler Carruth | 28969b4 | 2012-06-21 01:30:21 +0000 | [diff] [blame] | 80 | ClangStmtNodes |
81 | ) | ||||
82 | |||||
83 | target_link_libraries(clangAST | ||||
84 | clangBasic | ||||
85 | clangLex | ||||
86 | ) |