diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-17 17:55:49 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-17 17:55:49 +0000 |
commit | 52ce9bb2fbc73a23cc7da27c94e5a898cf258c09 (patch) | |
tree | cc8abd4f7911b5db477175cf37071b9ac60fe7c8 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ea68af43e80d00e64d340e6e25cc8975112997de (diff) | |
download | llvm-52ce9bb2fbc73a23cc7da27c94e5a898cf258c09.zip llvm-52ce9bb2fbc73a23cc7da27c94e5a898cf258c09.tar.gz llvm-52ce9bb2fbc73a23cc7da27c94e5a898cf258c09.tar.bz2 |
Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change.
llvm-svn: 111258
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 82cd75d1..68b384f 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" |