diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-17 20:43:28 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-17 20:43:28 +0000 |
commit | 135bcc791bcfd7e78977d7c7280e3c0f355cfaa2 (patch) | |
tree | c798e0eaecf2bd1a46ec9174c8b0f17d0be9b599 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 14dcd3d1ff4da48deed3f619dc57f485f9374299 (diff) | |
download | bcm5719-llvm-135bcc791bcfd7e78977d7c7280e3c0f355cfaa2.tar.gz bcm5719-llvm-135bcc791bcfd7e78977d7c7280e3c0f355cfaa2.zip |
Reintroduce the serialization library, with fixed dependencies.
llvm-svn: 111279
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInvocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index 82cd75d18ab..68b384f48c2 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -18,7 +18,7 @@ #include "clang/Driver/Option.h" #include "clang/Frontend/CompilerInvocation.h" #include "clang/Frontend/LangStandard.h" -#include "clang/Frontend/PCHReader.h" +#include "clang/Serialization/PCHReader.h" #include "llvm/ADT/OwningPtr.h" #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/StringExtras.h" |