Remember to mark the OptionValueUUID as set in SetOptionValue.

llvm-svn: 140835
This commit is contained in:
Jim Ingham 2011-09-30 01:05:23 +00:00
parent efc761a1eb
commit 2af4db5835
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ OptionGroupUUID::SetOptionValue (CommandInterpreter &interpreter,
{
case 'u':
error = m_uuid.SetValueFromCString (option_arg);
if (error.Success())
m_uuid.SetOptionWasSet();
break;
default: