From 48db39dc90c9cc6fbef608b6601d31b36e6c2f40 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 22 Apr 2009 21:45:53 +0000 Subject: Remove the serialization code that predates precompiled headers. Future approaches to (de-)serializing ASTs will be based on the PCH infrastructure. llvm-svn: 69828 --- clang/lib/Basic/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/Basic/CMakeLists.txt') diff --git a/clang/lib/Basic/CMakeLists.txt b/clang/lib/Basic/CMakeLists.txt index a3731cb4946..1cbf11c2bfb 100644 --- a/clang/lib/Basic/CMakeLists.txt +++ b/clang/lib/Basic/CMakeLists.txt @@ -5,7 +5,6 @@ add_clang_library(clangBasic Diagnostic.cpp FileManager.cpp IdentifierTable.cpp - LangOptions.cpp SourceLocation.cpp SourceManager.cpp TargetInfo.cpp -- cgit v1.2.3