From b2fe61bd8c19b8a619f784b5508c3bee634497eb Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Thu, 21 Apr 2016 22:08:27 +0000 Subject: [PATCH] Fix for case sensitive filename failure. llvm-svn: 267066 --- llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp b/llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp index 32c04be..dcdbcb4 100644 --- a/llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp +++ b/llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp @@ -12,7 +12,7 @@ #include "llvm/DebugInfo/PDB/IPDBSourceFile.h" #include "llvm/DebugInfo/PDB/PDBSymbolCompiland.h" #include "llvm/DebugInfo/PDB/PDBSymbolExe.h" -#include "llvm/DebugInfo/PDB/Raw/PdbFile.h" +#include "llvm/DebugInfo/PDB/Raw/PDBFile.h" #include "llvm/Support/ErrorOr.h" #include "llvm/Support/MemoryBuffer.h" -- 2.7.4