mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
c26c6ac488
Extract the effective linker during the computation of implicit artifacts
delivered by the compiler to the linker.
Define various variables describing the linker:
* CMAKE_<LANG>_COMPILER_LINKER
* CMAKE_<LANG>_COMPILER_LINKER_VERSION
* CMAKE_<LANG>_COMPILER_LINKER_ID
* CMAKE_<LANG>_COMPILER_LINKER_FRONTEND_VARIANT
This is complementary to feature introduced by commit 96a953b1ed
(Add options to specify linker tool, 2023-09-27).
Fixes: #17596, #18209, #25344
9 lines
325 B
ReStructuredText
9 lines
325 B
ReStructuredText
compiler-linker
|
|
---------------
|
|
|
|
* The linker effectively used for the link step is now documented with the
|
|
:variable:`CMAKE_<LANG>_COMPILER_LINKER`,
|
|
:variable:`CMAKE_<LANG>_COMPILER_LINKER_ID`,
|
|
:variable:`CMAKE_<LANG>_COMPILER_LINKER_VERSION` and
|
|
:variable:`CMAKE_<LANG>_COMPILER_LINKER_FRONTEND_VARIANT` variables.
|