[clang] 62c4c61 - Remove outdated sentence in SourceBasedCodeCoverage.rst
Zequan Wu via cfe-commits
cfe-commits at lists.llvm.org
Thu May 11 14:18:25 PDT 2023
Author: Zequan Wu
Date: 2023-05-11T17:17:57-04:00
New Revision: 62c4c614eea8078918d04cb33ce54ef8f9987766
URL: https://github.com/llvm/llvm-project/commit/62c4c614eea8078918d04cb33ce54ef8f9987766
DIFF: https://github.com/llvm/llvm-project/commit/62c4c614eea8078918d04cb33ce54ef8f9987766.diff
LOG: Remove outdated sentence in SourceBasedCodeCoverage.rst
https://reviews.llvm.org/rGc5b94ea265133a4a28006929643155fc8fbeafe6 allows N >= 10.
Added:
Modified:
clang/docs/SourceBasedCodeCoverage.rst
Removed:
################################################################################
diff --git a/clang/docs/SourceBasedCodeCoverage.rst b/clang/docs/SourceBasedCodeCoverage.rst
index d1d819bf0b69..710f9e9dba0a 100644
--- a/clang/docs/SourceBasedCodeCoverage.rst
+++ b/clang/docs/SourceBasedCodeCoverage.rst
@@ -86,9 +86,8 @@ directory structure will be created. Additionally, the following special
is specified, the runtime creates a pool of N raw profiles which are used for
on-line profile merging. The runtime takes care of selecting a raw profile
from the pool, locking it, and updating it before the program exits. If N is
- not specified (i.e the pattern is "%m"), it's assumed that ``N = 1``. N must
- be between 1 and 9. The merge pool specifier can only occur once per filename
- pattern.
+ not specified (i.e the pattern is "%m"), it's assumed that ``N = 1``. The
+ merge pool specifier can only occur once per filename pattern.
* "%c" expands out to nothing, but enables a mode in which profile counter
updates are continuously synced to a file. This means that if the
More information about the cfe-commits
mailing list