summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-12-09 13:13:58 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-12-09 13:14:06 (GMT)
commit243f56c8e03e36b691c56040be2fb55e87f8c9e2 (patch)
treed28a2af5d9a95bb2dd03321704b71cbd51c2ca8a /Help/variable
parent143f5abb3b0904383c448fd3b290752809b67d6f (diff)
parent0502b345f230e30333f44bc197af8750d7746c61 (diff)
downloadCMake-243f56c8e03e36b691c56040be2fb55e87f8c9e2.zip
CMake-243f56c8e03e36b691c56040be2fb55e87f8c9e2.tar.gz
CMake-243f56c8e03e36b691c56040be2fb55e87f8c9e2.tar.bz2
Merge topic 'LLVMFlang-Fortran-link-enhancements'
0502b345f2 LLVMFlang Fortran: enhance link capabilities Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9025
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/LINKER_PREDEFINED_TYPES.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/Help/variable/LINKER_PREDEFINED_TYPES.txt b/Help/variable/LINKER_PREDEFINED_TYPES.txt
index 50dc3df..e8cb19f 100644
--- a/Help/variable/LINKER_PREDEFINED_TYPES.txt
+++ b/Help/variable/LINKER_PREDEFINED_TYPES.txt
@@ -11,7 +11,7 @@ built-in types. The pre-defined linker types are:
(for example, ``SYSTEM`` imply Microsoft linker for all ``MSVC`` compatible
compilers). This type is supported for the following platforms/compilers:
- * Linux, for ``GNU``, ``Clang`` and ``NVIDIA`` compilers.
+ * Linux, for ``GNU``, ``Clang``, ``LLVMFlang`` and ``NVIDIA`` compilers.
* All Apple variants for ``AppleClang``, ``Clang`` and ``GNU`` compilers.
* Windows, for ``MSVC``, ``GNU``, ``Clang`` and ``NVIDIA`` compilers.
@@ -19,7 +19,7 @@ built-in types. The pre-defined linker types are:
Use the ``LLVM`` linker. This type is supported for the following
platforms/compilers:
- * Linux, for ``GNU``, ``Clang`` and ``NVIDIA`` compilers.
+ * Linux, for ``GNU``, ``Clang``, ``LLVMFlang`` and ``NVIDIA`` compilers.
* All Apple variants for ``Clang`` and ``AppleClang`` compilers.
* Windows, for ``GNU``, ``Clang`` compilers with ``GNU`` front-end and
``CLang``, ``MSVC`` and ``NVIDIA`` compilers with ``MSVC`` front-end.
@@ -28,17 +28,19 @@ built-in types. The pre-defined linker types are:
Use the ``GNU`` linker. This type is supported for the following
platforms/compilers:
- * Linux, for ``GNU``, ``Clang`` and ``NVIDIA`` compilers.
+ * Linux, for ``GNU``, ``Clang``, ``LLVMFlang`` and ``NVIDIA`` compilers.
* Windows, for ``GNU``, ``Clang`` compilers with ``GNU`` front-end.
``GOLD``
- Supported on Linux platform for ``GNU``, ``Clang`` and ``NVIDIA`` compilers.
+ Supported on Linux platform for ``GNU``, ``Clang``, ``LLVMFlang`` and
+ ``NVIDIA`` compilers.
``MOLD``
Use the `mold linker <https://github.com/rui314/mold>`_. This type is
supported on the following platforms:
- * Linux platform for ``GNU``, ``Clang`` and ``NVIDIA`` compilers.
+ * Linux platform for ``GNU``, ``Clang``, ``LLVMFlang`` and ``NVIDIA``
+ compilers.
* All Apple variants for ``Clang`` and ``AppleClang`` compilers as an
alias to ``SOLD``.