[llvm] r255926 - Test commit

Dave Bartolomeo via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 12:54:17 PST 2015


Author: dbartol
Date: Thu Dec 17 14:54:16 2015
New Revision: 255926

URL: http://llvm.org/viewvc/llvm-project?rev=255926&view=rev
Log:
Test commit

Modified:
    llvm/trunk/lib/DebugInfo/PDB/PDB.cpp

Modified: llvm/trunk/lib/DebugInfo/PDB/PDB.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/PDB/PDB.cpp?rev=255926&r1=255925&r2=255926&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/PDB/PDB.cpp (original)
+++ llvm/trunk/lib/DebugInfo/PDB/PDB.cpp Thu Dec 17 14:54:16 2015
@@ -31,7 +31,7 @@ PDB_ErrorCode llvm::loadDataForPDB(PDB_R
 
 PDB_ErrorCode llvm::loadDataForEXE(PDB_ReaderType Type, StringRef Path,
                                    std::unique_ptr<IPDBSession> &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




More information about the llvm-commits mailing list