2013-12-10 03:04:43 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
BitReader
|
|
|
|
Support
|
|
|
|
)
|
|
|
|
|
2013-01-20 03:10:12 +08:00
|
|
|
|
2010-08-18 04:43:28 +08:00
|
|
|
add_clang_library(clangSerialization
|
2011-08-26 04:47:51 +08:00
|
|
|
ASTCommon.h
|
|
|
|
ASTReaderInternals.h
|
2010-08-21 00:03:52 +08:00
|
|
|
ASTCommon.cpp
|
2010-08-19 07:57:11 +08:00
|
|
|
ASTReader.cpp
|
|
|
|
ASTReaderDecl.cpp
|
|
|
|
ASTReaderStmt.cpp
|
2010-08-19 07:56:31 +08:00
|
|
|
ASTWriter.cpp
|
|
|
|
ASTWriterDecl.cpp
|
|
|
|
ASTWriterStmt.cpp
|
2011-03-10 05:12:34 +08:00
|
|
|
GeneratePCH.cpp
|
2013-01-24 06:38:11 +08:00
|
|
|
GlobalModuleIndex.cpp
|
2011-08-26 04:47:51 +08:00
|
|
|
Module.cpp
|
|
|
|
ModuleManager.cpp
|
2010-08-18 04:43:28 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_dependencies(clangSerialization
|
|
|
|
ClangAttrClasses
|
|
|
|
ClangAttrList
|
2012-07-27 14:18:33 +08:00
|
|
|
ClangAttrParsedAttrList
|
2010-08-19 07:23:40 +08:00
|
|
|
ClangAttrPCHRead
|
|
|
|
ClangAttrPCHWrite
|
2012-07-27 14:18:12 +08:00
|
|
|
ClangCommentNodes
|
|
|
|
ClangDeclNodes
|
2012-07-27 14:18:33 +08:00
|
|
|
ClangDiagnosticCommon
|
2010-08-18 04:43:28 +08:00
|
|
|
ClangDiagnosticLex
|
|
|
|
ClangDiagnosticSema
|
2011-12-09 08:02:23 +08:00
|
|
|
ClangDiagnosticSerialization
|
2012-06-21 09:30:21 +08:00
|
|
|
ClangStmtNodes
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(clangSerialization
|
2013-12-10 03:04:43 +08:00
|
|
|
clangAST
|
|
|
|
clangBasic
|
|
|
|
clangLex
|
2012-06-21 09:30:21 +08:00
|
|
|
clangSema
|
|
|
|
)
|