diff options
author | Brad King <brad.king@kitware.com> | 2024-01-04 16:53:30 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-01-04 16:53:38 (GMT) |
commit | 5a61984088adb39de48f7d852c79e269f35c09f9 (patch) | |
tree | 51b163cd79ba39abfb69ef80657b34279bd46d0e /Tests/RunCMake/ParseImplicitLinkInfo/results/hand-C-empty.output | |
parent | d8d9b3f9e6a1acd74c95dfe6579aa976b45bae5a (diff) | |
parent | 459d1cc095f216170b9e3e0f28b58e58954607ad (diff) | |
download | CMake-5a61984088adb39de48f7d852c79e269f35c09f9.zip CMake-5a61984088adb39de48f7d852c79e269f35c09f9.tar.gz CMake-5a61984088adb39de48f7d852c79e269f35c09f9.tar.bz2 |
Merge topic 'compute-compiler-linker'
459d1cc095 Tests: Verify that linker tool is detected and identified where expected
6aec4739c1 LinkerId: Record detection steps to configure log
ba5f8dbba3 LinkerId: Use empty string for unknown linker id
6cbd0658c5 LinkerId: Match Apple linker on all Apple platforms
9324668517 LinkerId: Fix detection of GNU linker id without parenthesis in version output
37bc148870 LinkerId: Fix detection of linker tool without path
6e527c2d38 LinkerId: Fix detection of linker tool for Clang on OpenBSD
455aed3061 LinkerId: Fix detection of linker tool for MSVC
...
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !9086
Diffstat (limited to 'Tests/RunCMake/ParseImplicitLinkInfo/results/hand-C-empty.output')
-rw-r--r-- | Tests/RunCMake/ParseImplicitLinkInfo/results/hand-C-empty.output | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/ParseImplicitLinkInfo/results/hand-C-empty.output b/Tests/RunCMake/ParseImplicitLinkInfo/results/hand-C-empty.output index 1b14cd5..51ab39b 100644 --- a/Tests/RunCMake/ParseImplicitLinkInfo/results/hand-C-empty.output +++ b/Tests/RunCMake/ParseImplicitLinkInfo/results/hand-C-empty.output @@ -1,2 +1,3 @@ libs= dirs= +linker_tool= |