From b69868319a90b560673003d79ec18b6491f4e149 Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Thu, 17 Dec 2015 20:54:16 +0000 Subject: [PATCH] Test commit llvm-svn: 255926 --- lib/DebugInfo/PDB/PDB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DebugInfo/PDB/PDB.cpp b/lib/DebugInfo/PDB/PDB.cpp index 13201bbaa64..613407eb134 100644 --- a/lib/DebugInfo/PDB/PDB.cpp +++ b/lib/DebugInfo/PDB/PDB.cpp @@ -31,7 +31,7 @@ PDB_ErrorCode llvm::loadDataForPDB(PDB_ReaderType Type, StringRef Path, PDB_ErrorCode llvm::loadDataForEXE(PDB_ReaderType Type, StringRef Path, std::unique_ptr &Session) { -// Create the correct concrete instance type based on the value of Type. + // Create the correct concrete instance type based on the value of Type. #if HAVE_DIA_SDK return DIASession::createFromExe(Path, Session); #endif