aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2023-11-08 18:05:20 +0100
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2023-11-09 13:51:33 +0000
commit063af1346ef421217b79bdbe3030ec0ca7942ab4 (patch)
treed7385806b8c217c63b3c613d32fde8168df7216b /doc/reference/modules
parentf2e38c0c69abd97f7ff558feb0c8f145cdabb206 (diff)
Add 'mold' as possible value for cpp.linkerVariant
Change-Id: Ia9a874f09d87020c6f6999e6267596a03b64e721 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to 'doc/reference/modules')
-rw-r--r--doc/reference/modules/cpp-module.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index f0b6de063..271787fbc 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -1402,8 +1402,8 @@
will result in the \c {-fuse-ld} option being emitted when linking with \c gcc,
\c clang or \c clang-cl. Other toolchains do not support this property.
- The possible values for \c clang and \c gcc are \c "bfd", \c "gold" and \c "lld",
- the possible values for \c clang-cl are \c "link" and \c "lld".
+ The possible values for \c clang and \c gcc are \c "bfd", \c "gold", \c "lld"
+ and \c "mold", the possible values for \c clang-cl are \c "link" and \c "lld".
The following example demonstrates how to change the linker for different toolchains: