summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/GlobalModuleIndex.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-01-23 22:45:24 +0000
committerDouglas Gregor <dgregor@apple.com>2013-01-23 22:45:24 +0000
commit8ec343ccb14d7c61b85104afe93c1a97b23c69e9 (patch)
tree21aaf372c17658e6c20025827681ef81de789bea /clang/lib/Serialization/GlobalModuleIndex.cpp
parent9de4b973f15e736b52605fc336bd448342b9b743 (diff)
downloadbcm5719-llvm-8ec343ccb14d7c61b85104afe93c1a97b23c69e9.tar.gz
bcm5719-llvm-8ec343ccb14d7c61b85104afe93c1a97b23c69e9.zip
Fix for case-sensitive file systems. Ugh
llvm-svn: 173303
Diffstat (limited to 'clang/lib/Serialization/GlobalModuleIndex.cpp')
-rw-r--r--clang/lib/Serialization/GlobalModuleIndex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Serialization/GlobalModuleIndex.cpp b/clang/lib/Serialization/GlobalModuleIndex.cpp
index 630646f96b2..3b60979e75c 100644
--- a/clang/lib/Serialization/GlobalModuleIndex.cpp
+++ b/clang/lib/Serialization/GlobalModuleIndex.cpp
@@ -22,7 +22,7 @@
#include "llvm/ADT/StringExtras.h"
#include "llvm/Bitcode/BitstreamReader.h"
#include "llvm/Bitcode/BitstreamWriter.h"
-#include "llvm/Support/Filesystem.h"
+#include "llvm/Support/FileSystem.h"
#include "llvm/Support/LockFileManager.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/PathV2.h"
OpenPOWER on IntegriCloud