Skip to content

Commit cf5e918

Browse files
committed
Fix LLVM Sphinx bot
This addresses issues found by: https://lab.llvm.org/buildbot/#/builders/30/builds/39010
1 parent 2dad7ee commit cf5e918

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/CoverageMappingFormat.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ The only difference between Version1 and Version2 is in the encoding of the
641641
``coverageMapping`` fields, which is explained later.
642642

643643
Profile Names
644-
------------
644+
-------------
645645

646646
``profileNames``, ``coverageMapping`` and ``coverageRecords`` are 3 sections
647647
extracted from the original binary file.
@@ -651,7 +651,7 @@ extracted from the original binary file.
651651
``[profileNamesSize : LEB128, profileNamesAddr : LEB128, profileNamesData : bytes]``
652652

653653
Coverage Mapping
654-
---------------
654+
----------------
655655

656656
This field is padded with zero bytes to make it 8-byte aligned.
657657

@@ -668,7 +668,7 @@ Version 2 relaxes this restriction by encoding the size of
668668
The current version is 2.
669669

670670
Coverage Records
671-
---------------
671+
----------------
672672

673673
This field is padded with zero bytes to make it 8-byte aligned.
674674

0 commit comments

Comments
 (0)