X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=lib%2FDebugInfo%2FPDB%2FPDB.cpp;h=613407eb1346355b85b3bdf96f86d0fa70975fc5;hb=cddc3e03e4ec99c0268c03a126195173e519ed58;hp=13201bbaa641d518e154708cd248fa83b5338636;hpb=4310bcf018d080c679c61f59d2db434ccf06a412;p=android-x86%2Fexternal-llvm.git 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