summaryrefslogtreecommitdiffstats
path: root/lib/Basic/CMakeLists.txt
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
commit6c03a38d81cc87645850843824824c2ae1defd32 (patch)
treee30fb6e425dba4f4dd49dfa64cfc0d44abde6daa /lib/Basic/CMakeLists.txt
parent51e10a551c971ec5ac183d0e4adcedb6adc311d4 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201755 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/CMakeLists.txt')
-rw-r--r--lib/Basic/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Basic/CMakeLists.txt b/lib/Basic/CMakeLists.txt
index 2efe8127b9..43622eb33d 100644
--- a/lib/Basic/CMakeLists.txt
+++ b/lib/Basic/CMakeLists.txt
@@ -23,7 +23,6 @@ add_clang_library(clangBasic
TokenKinds.cpp
Version.cpp
VersionTuple.cpp
- VirtualFileSystem.cpp
)
# Determine Subversion revision.