Skip to content
Snippets Groups Projects
Commit 8d513e92 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Silencing a Sphinx diagnostic with options, again.

Warning, treated as error:
/opt/llvm/build.attributes.src/tools/clang/docs/CommandGuide/clang.rst:413: WARNING: unknown option: -save-stats=cwd


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282484 91177308-0d34-0410-b5e6-96231b3b80d8
parent 0dccc357
No related branches found
No related tags found
No related merge requests found
...@@ -411,8 +411,8 @@ Driver Options ...@@ -411,8 +411,8 @@ Driver Options
.. option:: -save-stats, -save-stats=cwd, -save-stats=obj .. option:: -save-stats, -save-stats=cwd, -save-stats=obj
Save internal code generation (LLVM) statistics to a file in the current Save internal code generation (LLVM) statistics to a file in the current
directory (:option:`-save-stats`/:option:`-save-stats=cwd`) or the directory directory (:option:`-save-stats`/"-save-stats=cwd") or the directory
of the output file (:option:`-save-state=obj`). of the output file ("-save-state=obj").
.. option:: -integrated-as, -no-integrated-as .. option:: -integrated-as, -no-integrated-as
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment