forked from OSchip/llvm-project
Fix for case-sensitive file systems. Ugh
llvm-svn: 173303
This commit is contained in:
parent
9de4b973f1
commit
8ec343ccb1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue