Fixes PR24067.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241770
91177308-0d34-0410-b5e6-
96231b3b80d8
#include "clang/Basic/FileManager.h"
#include "clang/Basic/FileSystemStatCache.h"
-#include "clang/Frontend/PCHContainerOperations.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/FileSystem.h"
//llvm::errs() << PagesMapped << BytesOfPagesMapped << FSLookups;
}
-
-PCHContainerOperations::~PCHContainerOperations() {}
#include "clang/Lex/ModuleLoader.h"
using namespace clang;
+PCHContainerOperations::~PCHContainerOperations() {}
+
namespace {
/// \brief A PCHContainerGenerator that writes out the PCH to a flat file.
StreamFile.init((const unsigned char *)Buffer.getBufferStart(),
(const unsigned char *)Buffer.getBufferEnd());
}
+