From: Aaron Ballman Date: Thu, 22 Sep 2016 12:15:18 +0000 (+0000) Subject: Fixing sphinx build due to diagnostic: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0ed39dcc27a41330b41d7cdeb1dbc5abd882c39;p=clang Fixing sphinx build due to diagnostic: /opt/llvm/build.attributes.src/tools/clang/docs/CommandGuide/clang.rst:338: WARNING: unknown option: -flto=full git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282148 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/clang.rst b/docs/CommandGuide/clang.rst index f600315da1..1056415dbe 100644 --- a/docs/CommandGuide/clang.rst +++ b/docs/CommandGuide/clang.rst @@ -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