summaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorZequan Wu <zequanwu@google.com>2023-05-11 17:16:16 -0400
committerZequan Wu <zequanwu@google.com>2023-05-11 17:17:57 -0400
commit62c4c614eea8078918d04cb33ce54ef8f9987766 (patch)
tree39a5834886e0281fb00b1fce4c11049d4baeb892 /clang/docs
parentbf279a0f8ec907b71075da3ceda4ec4841d05d90 (diff)
downloadllvm-62c4c614eea8078918d04cb33ce54ef8f9987766.tar.gz
Remove outdated sentence in SourceBasedCodeCoverage.rst
https://reviews.llvm.org/rGc5b94ea265133a4a28006929643155fc8fbeafe6 allows N >= 10.
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/SourceBasedCodeCoverage.rst5
1 files changed, 2 insertions, 3 deletions
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