From 14142bfc72f9e3ab52bd6cc7088b2a2b9cfc1bf0 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Thu, 22 Sep 2016 13:58:33 +0000 Subject: [PATCH] Third attempt to fix Sphinx bot Bot now complaining about -flto=thin reference, used similar workaround for that failure. llvm-svn: 282154 --- clang/docs/CommandGuide/clang.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst index cee9b18..7a61666 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 -- 2.7.4