Skip to content

Commit

Permalink
[NFC] Remove a space in CMake.rst
Browse files Browse the repository at this point in the history
The rendered document is not correctly indentated because of this space.
  • Loading branch information
xgupta committed Dec 1, 2023
1 parent 5a32014 commit 6902082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/CMake.rst
Expand Up @@ -389,7 +389,7 @@ enabled sub-projects. Nearly all of these variable names begin with
will limit code coverage summaries to just the listed directories. If unset,
coverage reports will include all sources identified by the tooling.

**LLVM_INDIVIDUAL_TEST_COVERAGE**: BOOL
**LLVM_INDIVIDUAL_TEST_COVERAGE**:BOOL
Enable individual test case coverage. When set to ON, code coverage data for
each test case will be generated and stored in a separate directory under the
config.test_exec_root path. This feature allows code coverage analysis of each
Expand Down

0 comments on commit 6902082

Please sign in to comment.