diff options
author | Vedant Kumar <vsk@apple.com> | 2016-07-26 23:09:57 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-07-26 23:09:57 +0000 |
commit | 90f1b8278e6c0a4220173d03cb40c890ef7ad583 (patch) | |
tree | 1dc04785e617cc4b5c32ca23580bbaf6b6502849 /llvm/docs/CommandGuide/llvm-cov.rst | |
parent | c6b69a911470843852f7a89bb13e942161831d22 (diff) | |
download | bcm5719-llvm-90f1b8278e6c0a4220173d03cb40c890ef7ad583.tar.gz bcm5719-llvm-90f1b8278e6c0a4220173d03cb40c890ef7ad583.zip |
[docs] Fix a sphinx error in llvm-cov.rst
Failing bot:
http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/12025
Fix tested with `ninja docs-llvm-html`.
llvm-svn: 276820
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-cov.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-cov.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index 665dbcd2113..4317126bdd8 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/docs/CommandGuide/llvm-cov.rst @@ -317,6 +317,10 @@ OPTIONS universal binary or to use an architecture that does not match a non-universal binary. +.. program:: llvm-cov export + +.. _llvm-cov-export: + EXPORT COMMAND -------------- |