]> granicus.if.org Git - clang/commitdiff
Fix for case-sensitive file systems. Ugh
authorDouglas Gregor <dgregor@apple.com>
Wed, 23 Jan 2013 22:45:24 +0000 (22:45 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 23 Jan 2013 22:45:24 +0000 (22:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173303 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Serialization/GlobalModuleIndex.cpp

index 630646f96b2fc893f74221dfbcf58a6bd8cf7189..3b60979e75cf8a7712c0fc3931b99104b72aba1d 100644 (file)
@@ -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"