summaryrefslogtreecommitdiff
path: root/lib/Serialization
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-08-20 17:59:23 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-08-20 17:59:23 +0000
commit9a83721404652cea39e9f02ae3e3b5c964602a5c (patch)
tree23e9541ce27049a103f6ed046be61592123e02c9 /lib/Serialization
parent676fbe8105eeb6ff4bb2ed261cb212fcfdbe7b63 (diff)
Notes
Diffstat (limited to 'lib/Serialization')
-rw-r--r--lib/Serialization/CMakeLists.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/lib/Serialization/CMakeLists.txt b/lib/Serialization/CMakeLists.txt
deleted file mode 100644
index a312cb91eb0df..0000000000000
--- a/lib/Serialization/CMakeLists.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-set(LLVM_LINK_COMPONENTS
- BitReader
- Support
- )
-
-
-add_clang_library(clangSerialization
- ASTCommon.cpp
- ASTReader.cpp
- ASTReaderDecl.cpp
- ASTReaderStmt.cpp
- ASTWriter.cpp
- ASTWriterDecl.cpp
- ASTWriterStmt.cpp
- GeneratePCH.cpp
- GlobalModuleIndex.cpp
- Module.cpp
- ModuleFileExtension.cpp
- ModuleManager.cpp
- PCHContainerOperations.cpp
-
- ADDITIONAL_HEADERS
- ASTCommon.h
- ASTReaderInternals.h
-
- LINK_LIBS
- clangAST
- clangBasic
- clangLex
- clangSema
- )