summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2016-09-22 13:41:10 +0000
committerTeresa Johnson <tejohnson@google.com>2016-09-22 13:41:10 +0000
commit0f4885ced4e6f5610519df77cde1ef9d0b1f488d (patch)
tree15f0903f793bdc9c7ab5a73ef1f17cd6a0a3bb99 /docs/CommandGuide
parentf0ed39dcc27a41330b41d7cdeb1dbc5abd882c39 (diff)
downloadclang-0f4885ced4e6f5610519df77cde1ef9d0b1f488d.tar.gz
Second attempt to fix Sphinx bot
The fix in r282148 was not enough to fix the following error: /home/llvmbb/llvm-build-dir/clang-sphinx-docs/llvm/src/tools/clang/docs/CommandGuide/clang.rst:338: WARNING: unknown option: -flto=full on the sphinx bot: http://lab.llvm.org:8011/builders/clang-sphinx-docs/builds/16313 (not reproducible locally). This time, simply remove the option reference. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282151 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 1056415dbe..cee9b18b95 100644
--- a/docs/CommandGuide/clang.rst
+++ b/docs/CommandGuide/clang.rst
@@ -335,7 +335,7 @@ Code Generation Options
assembly files, otherwise this generates LLVM bitcode format object files
(which may be passed to the linker depending on the stage selection options).
- The default for :option:`-flto` is :option:`-flto=full`, in which the
+ 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>`