From 95140d9d9fd04c717bbabacebf67374cc296d892 Mon Sep 17 00:00:00 2001 From: Ilia Filippov Date: Fri, 21 Feb 2014 14:26:57 +0400 Subject: [PATCH] Revert "support of LLVM trunk after 201618 revision 'VirtualFileSystem'" This reverts commit 7fcf4081895159a7e4b1378a23345aa421978b11. --- module.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/module.cpp b/module.cpp index 5629010f..94682dc0 100644 --- a/module.cpp +++ b/module.cpp @@ -1979,9 +1979,6 @@ void Module::execPreprocessor(const char *infilename, llvm::raw_string_ostream *ostream) const { clang::CompilerInstance inst; -#if defined(LLVM_3_5) - inst.createVirtualFileSystem(); -#endif inst.createFileManager(); llvm::raw_fd_ostream stderrRaw(2, false);