[PATCH] D143587: [Docs] Multilib design
Amilendra Kodithuwakku via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 9 02:59:07 PST 2023
amilendra added inline comments.
================
Comment at: clang/docs/Multilib.rst:89
+ the *last* matching multilib variant, or may use all matching variants,
+ thereby layering them.
+#. Generate ``-isystem`` and ``-L`` arguments. Iterate in reverse order over
----------------
What would be the effect of layering? Does this mean multiple choices for `--sysroot``, ``-isystem`` and ``-L`` will be used?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143587/new/
https://reviews.llvm.org/D143587
More information about the cfe-commits
mailing list