<div dir="ltr">Hi Aaron,<div><br></div><div>I just went back to the bot, which had first failed with a process error when I made my commit which is why I didn't see this error. It looks like it is still failing with the same error:</div><div>   <a href="http://lab.llvm.org:8011/builders/clang-sphinx-docs/builds/16313/steps/docs-clang-html/logs/stdio">http://lab.llvm.org:8011/builders/clang-sphinx-docs/builds/16313/steps/docs-clang-html/logs/stdio</a><br></div><div>(that build has your fix).</div><div><br></div><div>Unfortunately, I can't reproduce this locally, which is why I didn't see it in my testing. I confirmed my build is using the same command line, so I can only surmise that I must be using a different version of sphinx.</div><div><br></div><div>AFAICT your change should have fixed this error. Any idea why it is still giving it?</div><div><br></div><div>Thanks,</div><div>Teresa</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 22, 2016 at 6:10 AM, Teresa Johnson <span dir="ltr"><<a href="mailto:tejohnson@google.com" target="_blank">tejohnson@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thank you!<div>Teresa</div></div><div class="gmail_extra"><div><div class="h5"><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-pr<wbr>oject?rev=282148&view=rev</a><br>
Log:<br>
Fixing sphinx build due to diagnostic:<br>
<br>
/opt/llvm/build.attributes.src<wbr>/tools/clang/docs/CommandGuide<wbr>/clang.rst:338: WARNING: unknown option: -flto=full<br>
<br>
Modified:<br>
    cfe/trunk/docs/CommandGuide/cl<wbr>ang.rst<br>
<br>
Modified: cfe/trunk/docs/CommandGuide/cl<wbr>ang.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-pr<wbr>oject/cfe/trunk/docs/CommandGu<wbr>ide/clang.rst?rev=282148&r1=<wbr>282147&r2=282148&view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- cfe/trunk/docs/CommandGuide/cl<wbr>ang.rst (original)<br>
+++ cfe/trunk/docs/CommandGuide/cl<wbr>ang.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" target="_blank">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></div></div><span class="HOEnZb"><font color="#888888">-- <br><div class="m_683250902065153311gmail_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"> <a href="tel:408-460-2413" value="+14084602413" target="_blank">408-460-2413</a></td></tr></tbody></table></span></div>
</font></span></div>
</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>