r282148 - Fixing sphinx build due to diagnostic:
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 22 05:15:19 PDT 2016
Author: aaronballman
Date: Thu Sep 22 07:15:18 2016
New Revision: 282148
URL: http://llvm.org/viewvc/llvm-project?rev=282148&view=rev
Log:
Fixing sphinx build due to diagnostic:
/opt/llvm/build.attributes.src/tools/clang/docs/CommandGuide/clang.rst:338: WARNING: unknown option: -flto=full
Modified:
cfe/trunk/docs/CommandGuide/clang.rst
Modified: cfe/trunk/docs/CommandGuide/clang.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/CommandGuide/clang.rst?rev=282148&r1=282147&r2=282148&view=diff
==============================================================================
--- cfe/trunk/docs/CommandGuide/clang.rst (original)
+++ cfe/trunk/docs/CommandGuide/clang.rst Thu Sep 22 07:15:18 2016
@@ -328,7 +328,7 @@ Code Generation Options
model can be overridden with the tls_model attribute. The compiler will try
to choose a more efficient model if possible.
-.. option:: -flto[=full,thin], -emit-llvm
+.. option:: -flto, -flto=full, -flto=thin, -emit-llvm
Generate output files in LLVM formats, suitable for link time optimization.
When used with :option:`-S` this generates LLVM intermediate language
More information about the cfe-commits
mailing list