2013-12-09 19:04:43 +00:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
BitReader
|
|
|
|
Support
|
|
|
|
)
|
|
|
|
|
2013-01-19 19:10:12 +00:00
|
|
|
|
2010-08-17 20:43:28 +00:00
|
|
|
add_clang_library(clangSerialization
|
2010-08-20 16:03:52 +00:00
|
|
|
ASTCommon.cpp
|
2010-08-18 23:57:11 +00:00
|
|
|
ASTReader.cpp
|
|
|
|
ASTReaderDecl.cpp
|
|
|
|
ASTReaderStmt.cpp
|
2010-08-18 23:56:31 +00:00
|
|
|
ASTWriter.cpp
|
|
|
|
ASTWriterDecl.cpp
|
|
|
|
ASTWriterStmt.cpp
|
2011-03-09 21:12:34 +00:00
|
|
|
GeneratePCH.cpp
|
2013-01-23 22:38:11 +00:00
|
|
|
GlobalModuleIndex.cpp
|
2019-03-09 17:33:56 +00:00
|
|
|
InMemoryModuleCache.cpp
|
2011-08-25 20:47:51 +00:00
|
|
|
Module.cpp
|
2015-11-03 18:33:07 +00:00
|
|
|
ModuleFileExtension.cpp
|
2011-08-25 20:47:51 +00:00
|
|
|
ModuleManager.cpp
|
2018-12-12 02:53:59 +00:00
|
|
|
PCHContainerOperations.cpp
|
2014-01-20 10:24:05 +00:00
|
|
|
|
|
|
|
ADDITIONAL_HEADERS
|
|
|
|
ASTCommon.h
|
|
|
|
ASTReaderInternals.h
|
2010-08-17 20:43:28 +00:00
|
|
|
|
2014-02-26 06:41:29 +00:00
|
|
|
LINK_LIBS
|
2013-12-09 19:04:43 +00:00
|
|
|
clangAST
|
|
|
|
clangBasic
|
|
|
|
clangLex
|
2012-06-21 01:30:21 +00:00
|
|
|
clangSema
|
|
|
|
)
|