diff options
-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 4b5860a4e6a..3b64141e736 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/docs/CommandGuide/llvm-cov.rst @@ -346,6 +346,10 @@ OPTIONS Show coverage summaries for each function. +.. option:: -show-instantiation-summary=[VALUE] + + Show statistics for all function instantiations. Defaults to false. + .. program:: llvm-cov export .. _llvm-cov-export: |