summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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