Revert "support of LLVM trunk after 201618 revision 'VirtualFileSystem'"

This reverts commit 7fcf408189.
This commit is contained in:
Ilia Filippov
2014-02-21 14:26:57 +04:00
parent 42e00ebb24
commit 95140d9d9f

View File

@@ -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);