diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-04-22 21:45:53 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-04-22 21:45:53 +0000 |
commit | 48db39dc90c9cc6fbef608b6601d31b36e6c2f40 (patch) | |
tree | 270e1db014feea227d65c4b458b15ea3945ad18a /clang/lib/AST/CMakeLists.txt | |
parent | 7cd60f7be3e57c142952dc0731e83a4e73ab6ab3 (diff) | |
download | bcm5719-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.txt | 3 |
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) |