mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01: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:
parent
240a6f4cf4
commit
eca523aea7
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user