aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-11-17 10:16:29 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2023-11-17 10:16:29 +0100
commit6a28bc4719a7400e75339dc22490afdc7054f526 (patch)
tree41a856438bd2c5b2272551d3097d11ad1c40e043 /doc
parent17ec1be9c4d965f432de34f22fb2a4a2dfc04548 (diff)
parent5ef68807776960c90d0572d51af36fc536bbe30e (diff)
Merge 2.2 into master
Diffstat (limited to 'doc')
-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: