Skip to content

Commit

Permalink
[docs] Add missing empty line before lists
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Jun 14, 2023
1 parent bdb07c9 commit bf449be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/docs/Multilib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Multilib processing

Clang goes through the following steps to use multilib from a configuration
file:

#. Normalize command line options. Clang can accept the same
information via different options - for example,
``--target=arm-none-eabi -march=armv7-m`` and
Expand Down Expand Up @@ -91,6 +92,7 @@ matches.

It is up to the ToolChain subclass to decide what to do in this case.
There are two options permitted:

#. Use only the *last* matching multilib variant. This option exists primarily
for compatibility with the previous multilib design.
#. Use all matching variants, thereby layering them.
Expand Down

0 comments on commit bf449be

Please sign in to comment.