llvm-svn: 253684
This commit is contained in:
Adrian McCarthy
2015-11-20 18:15:14 +00:00
parent 4d5d1dd6d5
commit af75dab383
13 changed files with 218 additions and 5 deletions

View File

@@ -256,7 +256,7 @@ protected:
{
if (!symfile.Readable())
{
result.AppendErrorWithFormat("symbol file '%s' is not readable", core_file.GetPath().c_str());
result.AppendErrorWithFormat("symbol file '%s' is not readable", symfile.GetPath().c_str());
result.SetStatus (eReturnStatusFailed);
return false;
}