diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-23 19:19:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-23 19:19:34 +0000 |
commit | 10e286aa8d39fb51a21412850265d9dae74613ee (patch) | |
tree | 94ef75b4f0ebc54bbbf60c7e7c17fee034a99492 /lib/Basic/CMakeLists.txt | |
parent | 6c6feaca2b1f006e4aaed60c784fe876b63f56d2 (diff) |
rework the stat cache, pulling it out of FileManager.h into
its own header and giving it some more structure. No
functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120030 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/CMakeLists.txt')
-rw-r--r-- | lib/Basic/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Basic/CMakeLists.txt b/lib/Basic/CMakeLists.txt index f7dd8c175a..12bc7d43ca 100644 --- a/lib/Basic/CMakeLists.txt +++ b/lib/Basic/CMakeLists.txt @@ -6,6 +6,7 @@ add_clang_library(clangBasic Diagnostic.cpp DiagnosticIDs.cpp FileManager.cpp + FileSystemStatCache.cpp IdentifierTable.cpp SourceLocation.cpp SourceManager.cpp |