aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/ChainedIncludesSource.cpp
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-02-20 05:24:58 +0000
committerJuergen Ributzka <juergen@apple.com>2014-02-20 05:24:58 +0000
commita32575e4f65a4f86f55bfefe9144c70866980c10 (patch)
tree371381616925c1fadf3af9d4bf4cc06a4e429d49 /clang/lib/Frontend/ChainedIncludesSource.cpp
parentb9e44d6bcf31125b638c8b2eb8aa021fb94b6ed7 (diff)
downloadllvm-a32575e4f65a4f86f55bfefe9144c70866980c10.zip
llvm-a32575e4f65a4f86f55bfefe9144c70866980c10.tar.gz
llvm-a32575e4f65a4f86f55bfefe9144c70866980c10.tar.bz2
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
Diffstat (limited to 'clang/lib/Frontend/ChainedIncludesSource.cpp')
-rw-r--r--clang/lib/Frontend/ChainedIncludesSource.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/ChainedIncludesSource.cpp b/clang/lib/Frontend/ChainedIncludesSource.cpp
index d6d63bf..442177e 100644
--- a/clang/lib/Frontend/ChainedIncludesSource.cpp
+++ b/clang/lib/Frontend/ChainedIncludesSource.cpp
@@ -101,7 +101,6 @@ ChainedIncludesSource *ChainedIncludesSource::create(CompilerInstance &CI) {
Clang->setDiagnostics(Diags.getPtr());
Clang->setTarget(TargetInfo::CreateTargetInfo(Clang->getDiagnostics(),
&Clang->getTargetOpts()));
- Clang->createVirtualFileSystem();
Clang->createFileManager();
Clang->createSourceManager(Clang->getFileManager());
Clang->createPreprocessor();