2012-08-15 20:02:54 +00:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
${LLVM_TARGETS_TO_BUILD}
|
|
|
|
asmparser
|
|
|
|
support
|
|
|
|
mc
|
2012-04-14 14:01:31 +00:00
|
|
|
)
|
2009-06-02 17:58:47 +00:00
|
|
|
|
|
|
|
add_clang_library(clangSema
|
2010-03-21 10:50:08 +00:00
|
|
|
AnalysisBasedWarnings.cpp
|
2010-09-17 15:54:40 +00:00
|
|
|
AttributeList.cpp
|
2009-10-14 18:03:49 +00:00
|
|
|
CodeCompleteConsumer.cpp
|
2010-09-17 15:54:40 +00:00
|
|
|
DeclSpec.cpp
|
2011-05-02 19:39:53 +00:00
|
|
|
DelayedDiagnostic.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
IdentifierResolver.cpp
|
|
|
|
JumpDiagnostics.cpp
|
2012-12-02 13:20:44 +00:00
|
|
|
MultiplexExternalSemaSource.cpp
|
2011-05-02 19:39:53 +00:00
|
|
|
Scope.cpp
|
2012-12-02 13:20:44 +00:00
|
|
|
ScopeInfo.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
Sema.cpp
|
|
|
|
SemaAccess.cpp
|
|
|
|
SemaAttr.cpp
|
|
|
|
SemaCXXScopeSpec.cpp
|
2011-10-20 21:14:49 +00:00
|
|
|
SemaCast.cpp
|
2009-10-14 18:03:49 +00:00
|
|
|
SemaChecking.cpp
|
|
|
|
SemaCodeComplete.cpp
|
2012-04-14 14:01:31 +00:00
|
|
|
SemaConsumer.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaDecl.cpp
|
2009-10-14 18:03:49 +00:00
|
|
|
SemaDeclAttr.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaDeclCXX.cpp
|
|
|
|
SemaDeclObjC.cpp
|
2009-10-14 18:03:49 +00:00
|
|
|
SemaExceptionSpec.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaExpr.cpp
|
|
|
|
SemaExprCXX.cpp
|
2011-07-17 15:40:56 +00:00
|
|
|
SemaExprMember.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaExprObjC.cpp
|
2011-10-20 21:14:49 +00:00
|
|
|
SemaFixItUtils.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaInit.cpp
|
2012-04-14 14:01:31 +00:00
|
|
|
SemaLambda.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaLookup.cpp
|
2010-03-16 16:52:15 +00:00
|
|
|
SemaObjCProperty.cpp
|
2013-04-08 18:45:10 +00:00
|
|
|
SemaOpenMP.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaOverload.cpp
|
2012-04-14 14:01:31 +00:00
|
|
|
SemaPseudoObject.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaStmt.cpp
|
2012-12-02 13:20:44 +00:00
|
|
|
SemaStmtAsm.cpp
|
2012-05-03 16:53:59 +00:00
|
|
|
SemaStmtAttr.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaTemplate.cpp
|
2009-06-06 08:21:31 +00:00
|
|
|
SemaTemplateDeduction.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaTemplateInstantiate.cpp
|
|
|
|
SemaTemplateInstantiateDecl.cpp
|
2011-02-20 13:06:31 +00:00
|
|
|
SemaTemplateVariadic.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
SemaType.cpp
|
2010-01-15 15:39:40 +00:00
|
|
|
TargetAttributesSema.cpp
|
2013-12-22 00:07:40 +00:00
|
|
|
TypeLocBuilder.cpp
|
2009-06-02 17:58:47 +00:00
|
|
|
)
|
|
|
|
|
2012-08-15 20:02:54 +00:00
|
|
|
add_dependencies(clangSema
|
|
|
|
ClangARMNeon
|
|
|
|
ClangAttrClasses
|
|
|
|
ClangAttrList
|
|
|
|
ClangAttrParsedAttrList
|
|
|
|
ClangAttrParsedAttrKinds
|
2013-12-22 00:07:40 +00:00
|
|
|
ClangAttrParsedAttrImpl
|
2013-04-08 18:45:10 +00:00
|
|
|
ClangAttrSpellingListIndex
|
2012-08-15 20:02:54 +00:00
|
|
|
ClangAttrTemplateInstantiate
|
|
|
|
ClangCommentNodes
|
|
|
|
ClangDeclNodes
|
|
|
|
ClangDiagnosticAST
|
|
|
|
ClangDiagnosticComment
|
|
|
|
ClangDiagnosticCommon
|
|
|
|
ClangDiagnosticParse
|
|
|
|
ClangDiagnosticSema
|
|
|
|
ClangStmtNodes
|
|
|
|
)
|
2012-04-14 14:01:31 +00:00
|
|
|
|
2012-08-15 20:02:54 +00:00
|
|
|
target_link_libraries(clangSema
|
|
|
|
clangAST
|
|
|
|
clangAnalysis
|
|
|
|
clangBasic
|
|
|
|
clangEdit
|
|
|
|
clangLex
|
|
|
|
)
|