summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-04-22 21:45:53 +0000
committerDouglas Gregor <dgregor@apple.com>2009-04-22 21:45:53 +0000
commit48db39dc90c9cc6fbef608b6601d31b36e6c2f40 (patch)
tree270e1db014feea227d65c4b458b15ea3945ad18a /clang/lib/AST/CMakeLists.txt
parent7cd60f7be3e57c142952dc0731e83a4e73ab6ab3 (diff)
downloadbcm5719-llvm-48db39dc90c9cc6fbef608b6601d31b36e6c2f40.tar.gz
bcm5719-llvm-48db39dc90c9cc6fbef608b6601d31b36e6c2f40.zip
Remove the serialization code that predates precompiled
headers. Future approaches to (de-)serializing ASTs will be based on the PCH infrastructure. llvm-svn: 69828
Diffstat (limited to 'clang/lib/AST/CMakeLists.txt')
-rw-r--r--clang/lib/AST/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/AST/CMakeLists.txt b/clang/lib/AST/CMakeLists.txt
index 3fedbf6730d..a282f202f28 100644
--- a/clang/lib/AST/CMakeLists.txt
+++ b/clang/lib/AST/CMakeLists.txt
@@ -12,7 +12,6 @@ add_clang_library(clangAST
DeclCXX.cpp
DeclGroup.cpp
DeclObjC.cpp
- DeclSerialization.cpp
DeclTemplate.cpp
ExprConstant.cpp
Expr.cpp
@@ -24,11 +23,9 @@ add_clang_library(clangAST
StmtDumper.cpp
StmtIterator.cpp
StmtPrinter.cpp
- StmtSerialization.cpp
StmtViz.cpp
TemplateName.cpp
Type.cpp
- TypeSerialization.cpp
)
add_dependencies(clangAST ClangDiagnosticAST)
OpenPOWER on IntegriCloud