forked from OSchip/llvm-project
Remember to mark the OptionValueUUID as set in SetOptionValue.
llvm-svn: 140835
This commit is contained in:
parent
efc761a1eb
commit
2af4db5835
|
@ -57,6 +57,8 @@ OptionGroupUUID::SetOptionValue (CommandInterpreter &interpreter,
|
|||
{
|
||||
case 'u':
|
||||
error = m_uuid.SetValueFromCString (option_arg);
|
||||
if (error.Success())
|
||||
m_uuid.SetOptionWasSet();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue