2010-08-18 04:43:28 +08:00
|
|
|
set(LLVM_NO_RTTI 1)
|
|
|
|
|
|
|
|
add_clang_library(clangSerialization
|
2010-08-18 05:00:23 +08:00
|
|
|
GeneratePCH.cpp
|
2010-08-18 04:43:28 +08:00
|
|
|
PCHReader.cpp
|
|
|
|
PCHReaderDecl.cpp
|
|
|
|
PCHReaderStmt.cpp
|
2010-08-19 07:56:31 +08:00
|
|
|
ASTWriter.cpp
|
|
|
|
ASTWriterDecl.cpp
|
|
|
|
ASTWriterStmt.cpp
|
2010-08-18 04:43:28 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_dependencies(clangSerialization
|
|
|
|
ClangAttrClasses
|
|
|
|
ClangAttrList
|
2010-08-19 07:23:40 +08:00
|
|
|
ClangAttrPCHRead
|
|
|
|
ClangAttrPCHWrite
|
2010-08-18 04:43:28 +08:00
|
|
|
ClangDiagnosticFrontend
|
|
|
|
ClangDiagnosticLex
|
|
|
|
ClangDiagnosticSema
|
|
|
|
ClangDeclNodes
|
|
|
|
ClangStmtNodes)
|