summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorZhanyong Wan <wan@google.com>2011-02-11 18:44:49 +0000
committerZhanyong Wan <wan@google.com>2011-02-11 18:44:49 +0000
commit9b555ea217565ac0f8bf7255b29496916cb03476 (patch)
treed69320c0be0391236ed81495c3f468ea91e5acdf /unittests/Makefile
parentb7a1841244418b658bcf64573ff0c00867fb9c5d (diff)
downloadclang-9b555ea217565ac0f8bf7255b29496916cb03476.tar.gz
clang-9b555ea217565ac0f8bf7255b29496916cb03476.tar.bz2
clang-9b555ea217565ac0f8bf7255b29496916cb03476.tar.xz
Improves Clang's virtual file handling.
This patch contains: - making some of the existing comments more accurate in the presence of virtual files/directories. - renaming some private data members of FileManager to match their roles better. - creating 'DirectorEntry's for the parent directories of virtual files, such that we can tell whether two virtual files are from the same directory. This is useful for injecting virtual files whose directories don't exist in the real file system. - minor clean-ups and adding comments for class FileManager::UniqueDirContainer and FileManager::UniqueFileContainer. - adding statistics on virtual files to FileManager::PrintStats(). - adding unit tests to verify the existing and new behavior of FileManager. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index 685e397864..e8b4d55f3d 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
IS_UNITTEST_LEVEL := 1
CLANG_LEVEL := ..
-PARALLEL_DIRS = Frontend
+PARALLEL_DIRS = FileManager Frontend
endif # CLANG_LEVEL