From a32575e4f65a4f86f55bfefe9144c70866980c10 Mon Sep 17 00:00:00 2001 From: Juergen Ributzka Date: Thu, 20 Feb 2014 05:24:58 +0000 Subject: Reverting the virtual file system implementation, because it triggers an assertion in our internal build bots. This reverts commits 201618, 201635, 201636, 201639, 201685, 201691, and 201696. llvm-svn: 201755 --- clang/lib/Frontend/CacheTokens.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/lib/Frontend/CacheTokens.cpp') diff --git a/clang/lib/Frontend/CacheTokens.cpp b/clang/lib/Frontend/CacheTokens.cpp index 5cb364e3f5c..0c30b049579 100644 --- a/clang/lib/Frontend/CacheTokens.cpp +++ b/clang/lib/Frontend/CacheTokens.cpp @@ -516,8 +516,8 @@ public: ~StatListener() {} LookupResult getStat(const char *Path, FileData &Data, bool isFile, - vfs::File **F, vfs::FileSystem &FS) { - LookupResult Result = statChained(Path, Data, isFile, F, FS); + int *FileDescriptor) { + LookupResult Result = statChained(Path, Data, isFile, FileDescriptor); if (Result == CacheMissing) // Failed 'stat'. PM.insert(PTHEntryKeyVariant(Path), PTHEntry()); -- cgit v1.2.3