<div dir="ltr">Thank you!<div>Teresa</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 22, 2016 at 5:15 AM, Aaron Ballman via cfe-commits <span dir="ltr"><<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: aaronballman<br>
Date: Thu Sep 22 07:15:18 2016<br>
New Revision: 282148<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=282148&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=282148&view=rev</a><br>
Log:<br>
Fixing sphinx build due to diagnostic:<br>
<br>
/opt/llvm/build.attributes.<wbr>src/tools/clang/docs/<wbr>CommandGuide/clang.rst:338: WARNING: unknown option: -flto=full<br>
<br>
Modified:<br>
    cfe/trunk/docs/CommandGuide/<wbr>clang.rst<br>
<br>
Modified: cfe/trunk/docs/CommandGuide/<wbr>clang.rst<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/CommandGuide/clang.rst?rev=282148&r1=282147&r2=282148&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/cfe/trunk/docs/<wbr>CommandGuide/clang.rst?rev=<wbr>282148&r1=282147&r2=282148&<wbr>view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- cfe/trunk/docs/CommandGuide/<wbr>clang.rst (original)<br>
+++ cfe/trunk/docs/CommandGuide/<wbr>clang.rst Thu Sep 22 07:15:18 2016<br>
@@ -328,7 +328,7 @@ Code Generation Options<br>
   model can be overridden with the tls_model attribute. The compiler will try<br>
   to choose a more efficient model if possible.<br>
<br>
-.. option:: -flto[=full,thin], -emit-llvm<br>
+.. option:: -flto, -flto=full, -flto=thin, -emit-llvm<br>
<br>
   Generate output files in LLVM formats, suitable for link time optimization.<br>
   When used with :option:`-S` this generates LLVM intermediate language<br>
<br>
<br>
______________________________<wbr>_________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><span style="font-family:Times;font-size:medium"><table cellspacing="0" cellpadding="0"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small"><td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Teresa Johnson |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tejohnson@google.com" target="_blank">tejohnson@google.com</a> |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"> 408-460-2413</td></tr></tbody></table></span></div>
</div>