summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2023-12-02 13:26:42 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2023-12-08 18:22:24 (GMT)
commit0502b345f230e30333f44bc197af8750d7746c61 (patch)
treeaa93c95534f52ff6d030747185566def9562d534 /Help/variable
parent6e7a1b5b8c42e8d5d0d70aaa9b929ae6d81a79b7 (diff)
downloadCMake-0502b345f230e30333f44bc197af8750d7746c61.zip
CMake-0502b345f230e30333f44bc197af8750d7746c61.tar.gz
CMake-0502b345f230e30333f44bc197af8750d7746c61.tar.bz2
LLVMFlang Fortran: enhance link capabilities
* Add support for "LINKER:" prefix. * Add support, on Linux, for linker selection through CMAKE_LINKER_TYPE variable.
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``.