mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Missing return in error handling for "source list".
llvm-svn: 145435
This commit is contained in:
@@ -277,6 +277,7 @@ public:
|
||||
{
|
||||
result.AppendErrorWithFormat("'%s' takes no arguments, only flags.\n", GetCommandName());
|
||||
result.SetStatus (eReturnStatusFailed);
|
||||
return false;
|
||||
}
|
||||
|
||||
ExecutionContext exe_ctx(m_interpreter.GetExecutionContext());
|
||||
|
||||
Reference in New Issue
Block a user