From bf449be9677bf9fd8c591512cfba152250170432 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 14 Jun 2023 11:39:12 +0100 Subject: [PATCH] [docs] Add missing empty line before lists --- clang/docs/Multilib.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/docs/Multilib.rst b/clang/docs/Multilib.rst index 78a300a..e50bd36 100644 --- a/clang/docs/Multilib.rst +++ b/clang/docs/Multilib.rst @@ -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 @@ -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. -- 2.7.4