Remember to mark the OptionValueUUID as set in SetOptionValue.
llvm-svn: 140835
This commit is contained in:
@@ -57,6 +57,8 @@ OptionGroupUUID::SetOptionValue (CommandInterpreter &interpreter,
|
||||
{
|
||||
case 'u':
|
||||
error = m_uuid.SetValueFromCString (option_arg);
|
||||
if (error.Success())
|
||||
m_uuid.SetOptionWasSet();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user