From 51ce80c8bf325a00737149b1f0627090e018494c Mon Sep 17 00:00:00 2001 From: Wentao Zhang Date: Sat, 3 Feb 2024 01:47:44 -0500 Subject: [PATCH] [Coverage][docs] for the main region array there's no such size information --- llvm/docs/CoverageMappingFormat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CoverageMappingFormat.rst b/llvm/docs/CoverageMappingFormat.rst index f2ae8df5ad7f8..f69a604edfabc 100644 --- a/llvm/docs/CoverageMappingFormat.rst +++ b/llvm/docs/CoverageMappingFormat.rst @@ -526,7 +526,7 @@ counter that references this expression. Mapping Regions --------------- -``[numRegionArrays : LEB128, regionsForFile0, regionsForFile1, ...]`` +``[regionsForFile0, regionsForFile1, ...]`` The mapping regions are stored in an array of sub-arrays where every region in a particular sub-array has the same file id.