[llvm] 6902082 - [NFC] Remove a space in CMake.rst

via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 03:57:24 PST 2023


Author: Shivam Gupta
Date: 2023-12-01T17:27:19+05:30
New Revision: 69020827cf611170d0bc80879114a2427aa39960

URL: https://github.com/llvm/llvm-project/commit/69020827cf611170d0bc80879114a2427aa39960
DIFF: https://github.com/llvm/llvm-project/commit/69020827cf611170d0bc80879114a2427aa39960.diff

LOG: [NFC] Remove a space in CMake.rst

The rendered document is not correctly indentated because of this space.

Added: 
    

Modified: 
    llvm/docs/CMake.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index 4b86eb9c01d26ba..7dd3fd26022e5c4 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -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


        


More information about the llvm-commits mailing list