diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2016-09-27 12:17:05 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2016-09-27 12:17:05 +0000 |
commit | 7482e596d5e09d679b239b7e1a624f197bdabf22 (patch) | |
tree | 94c155d1bbb981a774c56840ea9d6ac92da2717c /clang/docs/CommandGuide | |
parent | 4601ac04c7386f099b546a40384022016fc4c22b (diff) | |
download | bcm5719-llvm-7482e596d5e09d679b239b7e1a624f197bdabf22.tar.gz bcm5719-llvm-7482e596d5e09d679b239b7e1a624f197bdabf22.zip |
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
llvm-svn: 282484
Diffstat (limited to 'clang/docs/CommandGuide')
-rw-r--r-- | clang/docs/CommandGuide/clang.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst index b4b607d5a24..14c81270e17 100644 --- a/clang/docs/CommandGuide/clang.rst +++ b/clang/docs/CommandGuide/clang.rst @@ -411,8 +411,8 @@ Driver Options .. option:: -save-stats, -save-stats=cwd, -save-stats=obj Save internal code generation (LLVM) statistics to a file in the current - directory (:option:`-save-stats`/:option:`-save-stats=cwd`) or the directory - of the output file (:option:`-save-state=obj`). + directory (:option:`-save-stats`/"-save-stats=cwd") or the directory + of the output file ("-save-state=obj"). .. option:: -integrated-as, -no-integrated-as |