[llvm] cf5e918 - Fix LLVM Sphinx bot
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 18 10:16:07 PDT 2023
Author: Aaron Ballman
Date: 2023-08-18T13:15:38-04:00
New Revision: cf5e918c9a0ff4ea5ebfdc86782c59a515537803
URL: https://github.com/llvm/llvm-project/commit/cf5e918c9a0ff4ea5ebfdc86782c59a515537803
DIFF: https://github.com/llvm/llvm-project/commit/cf5e918c9a0ff4ea5ebfdc86782c59a515537803.diff
LOG: Fix LLVM Sphinx bot
This addresses issues found by:
https://lab.llvm.org/buildbot/#/builders/30/builds/39010
Added:
Modified:
llvm/docs/CoverageMappingFormat.rst
Removed:
################################################################################
diff --git a/llvm/docs/CoverageMappingFormat.rst b/llvm/docs/CoverageMappingFormat.rst
index 7891de008aec85..cbabad7a332cbc 100644
--- a/llvm/docs/CoverageMappingFormat.rst
+++ b/llvm/docs/CoverageMappingFormat.rst
@@ -641,7 +641,7 @@ The only
diff erence between Version1 and Version2 is in the encoding of the
``coverageMapping`` fields, which is explained later.
Profile Names
-------------
+-------------
``profileNames``, ``coverageMapping`` and ``coverageRecords`` are 3 sections
extracted from the original binary file.
@@ -651,7 +651,7 @@ extracted from the original binary file.
``[profileNamesSize : LEB128, profileNamesAddr : LEB128, profileNamesData : bytes]``
Coverage Mapping
----------------
+----------------
This field is padded with zero bytes to make it 8-byte aligned.
@@ -668,7 +668,7 @@ Version 2 relaxes this restriction by encoding the size of
The current version is 2.
Coverage Records
----------------
+----------------
This field is padded with zero bytes to make it 8-byte aligned.
More information about the llvm-commits
mailing list