summaryrefslogtreecommitdiffstats
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
commit14142bfc72f9e3ab52bd6cc7088b2a2b9cfc1bf0 (patch)
treee783e16fc49d21d0f08fadad8cd577cea8d30089
parenta5e38fa00d776e3278de601a832662deda9e4493 (diff)
downloadbcm5719-llvm-14142bfc72f9e3ab52bd6cc7088b2a2b9cfc1bf0.tar.gz
bcm5719-llvm-14142bfc72f9e3ab52bd6cc7088b2a2b9cfc1bf0.zip
Third attempt to fix Sphinx bot
Bot now complaining about -flto=thin reference, used similar workaround for that failure. llvm-svn: 282154
-rw-r--r--clang/docs/CommandGuide/clang.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst
index cee9b18b950..7a616667dd4 100644
--- a/clang/docs/CommandGuide/clang.rst
+++ b/clang/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
OpenPOWER on IntegriCloud