<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Book Antiqua";
        panose-1:2 4 6 2 5 3 5 3 3 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Courier New",serif;
        mso-fareast-language:EN-US;}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:"Courier New",serif;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-IE link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoPlainText><span style='font-size:12.0pt;font-family:"Book Antiqua",serif'>I have to follow up to this, and say thanks very much to you Renato.<o:p></o:p></span></p><p class=MsoPlainText><span style='font-size:12.0pt;font-family:"Book Antiqua",serif'><o:p> </o:p></span></p><p class=MsoPlainText><span style='font-size:12.0pt;font-family:"Book Antiqua",serif'>Your recommended solution not only works perfectly, it is also very elegant and I can use meaningful words for the options instead of having to remember the enumerate values.  It is also far safer, because it rejects invalid values.<o:p></o:p></span></p><p class=MsoPlainText><span style='font-size:12.0pt;font-family:"Book Antiqua",serif'><o:p> </o:p></span></p><p class=MsoPlainText><span style='font-size:12.0pt;font-family:"Book Antiqua",serif'>Thanks again,<o:p></o:p></span></p><p class=MsoPlainText><span style='font-size:12.0pt;font-family:"Book Antiqua",serif'><o:p> </o:p></span></p><p class=MsoPlainText><span style='font-size:12.0pt;font-family:"Book Antiqua",serif'>            MartinO<o:p></o:p></span></p><p class=MsoPlainText><span style='font-size:12.0pt;font-family:"Book Antiqua",serif'><o:p> </o:p></span></p><p class=MsoPlainText><span lang=EN-US style='mso-fareast-language:EN-IE'>-----Original Message-----<br>From: Renato Golin [mailto:renato.golin@linaro.org] <br>Sent: 31 August 2016 19:13<br>To: Martin J. O'Riordan <Martin.ORiordan@movidius.com><br>Cc: LLVM Developers <llvm-dev@lists.llvm.org><br>Subject: Re: [llvm-dev] llvm::cl::opt and enums</span></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>On 31 August 2016 at 19:06, Martin J. O'Riordan via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org"><span style='color:windowtext;text-decoration:none'>llvm-dev@lists.llvm.org</span></a>> wrote:<o:p></o:p></p><p class=MsoPlainText>> but that doesn’t work, and I get something like “invalid option ‘3’”.  <o:p></o:p></p><p class=MsoPlainText>> If I change the type to ‘int’ it works fine.  Is it valid to use an <o:p></o:p></p><p class=MsoPlainText>> ‘enum’ in this way?  And if so, what is the correct way of specifying <o:p></o:p></p><p class=MsoPlainText>> a value to the option if I do use an ‘enum’ for the type?<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>Try something similar to this:<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText><a href="https://reviews.llvm.org/D24070"><span style='color:windowtext;text-decoration:none'>https://reviews.llvm.org/D24070</span></a><o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>cheers,<o:p></o:p></p><p class=MsoPlainText>--renato<o:p></o:p></p></div></body></html>