[clang] 7e20e13 - [docs] Add missing label
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 14 05:08:20 PDT 2023
Author: Simon Pilgrim
Date: 2023-06-14T13:08:07+01:00
New Revision: 7e20e13dd88bb9f2d7665186d97632846e566304
URL: https://github.com/llvm/llvm-project/commit/7e20e13dd88bb9f2d7665186d97632846e566304
DIFF: https://github.com/llvm/llvm-project/commit/7e20e13dd88bb9f2d7665186d97632846e566304.diff
LOG: [docs] Add missing label
Added:
Modified:
clang/docs/Multilib.rst
Removed:
################################################################################
diff --git a/clang/docs/Multilib.rst b/clang/docs/Multilib.rst
index a04eae4b1e216..ab737e43b97d2 100644
--- a/clang/docs/Multilib.rst
+++ b/clang/docs/Multilib.rst
@@ -79,11 +79,13 @@ file:
a match.
If more than one variant matches then a toolchain may opt to either use only
the *last* matching multilib variant, or may use all matching variants,
- thereby :ref:`layering<Multilib layering>` them.
+ thereby :ref:`layering<multilib-layering>` them.
#. Generate ``-isystem`` and ``-L`` options. Iterate in reverse order over
the matching multilib variants, and generate ``-isystem`` and ``-L``
options based on the multilib variant's directory.
+.. _multilib-layering:
+
Multilib layering
=================
More information about the cfe-commits
mailing list