<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 1, 2013 at 12:46 PM, Hans Wennborg <span dir="ltr"><<a href="mailto:hans@hanshq.net" target="_blank" class="cremed">hans@hanshq.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":9kc" style="overflow:hidden">Author: hans<br>
Date: Thu Aug  1 14:46:33 2013<br>
New Revision: 187602<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=187602&view=rev" target="_blank" class="cremed">http://llvm.org/viewvc/llvm-project?rev=187602&view=rev</a><br>
Log:<br>
Options.td: O0 and O4 are not Joined options<br>
<br>
(I'm not sure how to test this because the Driver will still accept<br>
 e.g. "-O4foo", but it goes in the catch-all -O option instead of -O4.)</div></blockquote></div><br></div><div class="gmail_extra">Maybe this is a sign that these shouldn't be here at all?</div><div class="gmail_extra">
<br></div><div class="gmail_extra">We should remove all handling of -O4 -- see my email from some time back about rationalizing the -O options.</div><div class="gmail_extra"><br></div><div class="gmail_extra">We should just have a joined -O flag, and translate -O0 appropriately IMO.</div>
</div>