mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 03:50:33 +08:00
FOO
llvm-svn: 253684
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user