1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

[docs/llvm-cov] Document -compilation-dir

Document the `-compilation-dir` option added in D100232.

Differential Revision: https://reviews.llvm.org/D105826
This commit is contained in:
Vedant Kumar 2021-07-12 09:39:59 -07:00
parent 240a6f4cf4
commit eca523aea7

View File

@ -310,6 +310,12 @@ OPTIONS
specified). When N=0, llvm-cov auto-detects an appropriate number of threads to
use. This is the default.
.. option:: -compilation-dir=<dir>
Directory used as a base for relative coverage mapping paths. Only applicable
when binaries have been compiled with one of `-fcoverage-prefix-map`
`-fcoverage-compilation-dir`, or `-ffile-compilation-dir`.
.. option:: -line-coverage-gt=<N>
Show code coverage only for functions with line coverage greater than the
@ -399,6 +405,12 @@ OPTIONS
Skip source code files with file paths that match the given regular expression.
.. option:: -compilation-dir=<dir>
Directory used as a base for relative coverage mapping paths. Only applicable
when binaries have been compiled with one of `-fcoverage-prefix-map`
`-fcoverage-compilation-dir`, or `-ffile-compilation-dir`.
.. program:: llvm-cov export
.. _llvm-cov-export:
@ -467,3 +479,9 @@ OPTIONS
Use N threads to export coverage data. When N=0, llvm-cov auto-detects an
appropriate number of threads to use. This is the default.
.. option:: -compilation-dir=<dir>
Directory used as a base for relative coverage mapping paths. Only applicable
when binaries have been compiled with one of `-fcoverage-prefix-map`
`-fcoverage-compilation-dir`, or `-ffile-compilation-dir`.