commit | 36f6fb9a16d066f6f27f0538bfc4df5b3f9d403f | [log] [tgz] |
---|---|---|
author | Jason Molenda <jmolenda@apple.com> | Tue Aug 02 23:28:55 2011 +0000 |
committer | Jason Molenda <jmolenda@apple.com> | Tue Aug 02 23:28:55 2011 +0000 |
tree | 09d2a22d7cbc651ef503e9b155643dd340d55f54 | |
parent | 7dfb1bb0c83c8472e6736c380e816158c4916acd [diff] [blame] |
Change CommandObjectTargetModulesAdd to set the return status object on successful adding of a module. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136744 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectTarget.cpp b/source/Commands/CommandObjectTarget.cpp index 5820c39..0713cd5 100644 --- a/source/Commands/CommandObjectTarget.cpp +++ b/source/Commands/CommandObjectTarget.cpp
@@ -2174,6 +2174,7 @@ result.SetStatus (eReturnStatusFailed); return false; } + result.SetStatus (eReturnStatusSuccessFinishResult); } else {