Skip to content

Commit 3ccff1e

Browse files
committed
Fix Extensions.rst issue.
1 parent 8927b7b commit 3ccff1e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

llvm/docs/Extensions.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,11 @@ a BB address map table for every function.
407407
The ``SHT_LLVM_BB_ADDR_MAP`` type provides backward compatibility to allow
408408
reading older versions of the BB address map generated by older compilers (up to
409409
two years old). Each function entry starts with a version byte which specifies
410-
the encoding version to use. This follows by a feature byte which specifies the
411-
features specific to this particular entry. The function base address is stored
412-
as a full address. Other addresses in the entry (block begin and end addresses
413-
and callsite addresses) are stored in a running-offset fashion, as offset
414-
relative to the prior address.
410+
the encoding version to use. This is followed by a feature byte which specifies
411+
the features specific to this particular entry. The function base address is
412+
stored as a full address. Other addresses in the entry (block begin and end
413+
addresses and callsite addresses) are stored in a running-offset fashion, as
414+
offsets relative to prior addresses.
415415

416416
The following versioning schemes are currently supported (newer versions support
417417
features of the older versions).
@@ -450,6 +450,7 @@ The first range corresponds to the function entry.
450450
Example:
451451

452452
.. code-block:: gas
453+
453454
.section ".llvm_bb_addr_map","",@llvm_bb_addr_map
454455
.byte 2 # version number
455456
.byte 8 # feature byte

0 commit comments

Comments
 (0)