<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
+static cl::opt<bool><br>
+ NoPreserveComments("fno-preserve-as-comments", cl::Hidden,<br>
+ cl::desc("Preserve Comments in outputted assembly"));<br>
+<br><br></blockquote><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+static cl::opt<bool><br>
+ PreserveComments("preserve-comments",<br>
+ cl::desc("Preserve Comments in outputted assembly"));<br>
+<br><br></blockquote><div><br></div><div>These command line flags should be consistent. As a preference, make it the second one.</div><div><br></div><div>Thanks!</div><div><br></div><div>-eric </div></div></div>