summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2016-09-22 13:58:33 +0000
committerTeresa Johnson <tejohnson@google.com>2016-09-22 13:58:33 +0000
commit0777fb4fcf9ffd4597dea71d8c90e315e89768ca (patch)
tree218e0604dda438fa1000c157fd8a40bbd752ad74 /docs/CommandGuide
parent0f4885ced4e6f5610519df77cde1ef9d0b1f488d (diff)
downloadclang-0777fb4fcf9ffd4597dea71d8c90e315e89768ca.tar.gz
Third attempt to fix Sphinx bot
Bot now complaining about -flto=thin reference, used similar workaround for that failure. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282154 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/clang.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/clang.rst b/docs/CommandGuide/clang.rst
index cee9b18b95..7a616667dd 100644
--- a/docs/CommandGuide/clang.rst
+++ b/docs/CommandGuide/clang.rst
@@ -338,7 +338,7 @@ Code Generation Options
The default for :option:`-flto` is "full", in which the
LLVM bitcode is suitable for monolithic Link Time Optimization (LTO), where
the linker merges all such modules into a single combined module for
- optimization. With :option:`-flto=thin`, :doc:`ThinLTO <../ThinLTO>`
+ optimization. With "thin", :doc:`ThinLTO <../ThinLTO>`
compilation is invoked instead.
Driver Options