forked from OSchip/llvm-project
Change CommandObjectTargetModulesAdd to set the return status
object on successful adding of a module. llvm-svn: 136744
This commit is contained in:
parent
d8b5fce230
commit
2f7af6a15a
|
@ -2174,6 +2174,7 @@ public:
|
|||
result.SetStatus (eReturnStatusFailed);
|
||||
return false;
|
||||
}
|
||||
result.SetStatus (eReturnStatusSuccessFinishResult);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue