cmake/Tests/ObjectLibrary
Brad King 50fdaf8f1f cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sources
Since commit b6a5382217 (Ninja: depend on language module information
files directly, 2023-02-10, v3.27.0-rc1~502^2), the return value of
`cmCommonTargetGenerator::GetLinkedTargetDirectories` must account for
linked object libraries because they may provide modules (#25112).
These were added by commit b665966933 (cmComputeLinkInformation: track
OBJECT library dependencies, 2023-07-22, v3.27.1~5^2).  However, targets
named by `$<TARGET_OBJECTS:...>` sources are also needed (#25365).

The latter were added by commit 22da18b995 (Fortran: Restore support for
TARGET_OBJECTS providing modules, 2023-10-27, v3.28.0-rc4~9^2) and
commit 035302b7e3 (cmComputeLinkDepends: also copy the target from
object link items, 2023-10-27, v3.28.0-rc4~9^2~2).  However, their
approach added link entries not actually specified by projects.  It also
incorrectly re-used `cmComputeLinkDepends::AddLinkObject` for object
library targets when it is meant for their individual object files.
These problems caused additional regressions (#25417).  Revert the
implementation parts of those commits and leave behind an assertion and
comment to help avoid the mistake in the future.  Instead, track targets
named by `$<TARGET_OBJECTS:...>` sources with a dedicated member.

Issue: #25112
Issue: #25365
Fixes: #25417
Co-authored-by: Ben Boeckel <ben.boeckel@kitware.com>
2023-11-14 14:50:08 -05:00
..
A Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
B Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
ExportLanguages Tests: Bump CMake minimum required in tests to 3.5 2023-03-01 16:36:54 -05:00
LinkObjects target_link_libraries: Place $<TARGET_OBJECTS> before libraries 2021-05-29 09:28:36 -04:00
Transitive Add usage requirements to update direct link dependencies 2022-01-29 06:48:13 -05:00
TransitiveLinkDeps cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sources 2023-11-14 14:50:08 -05:00
AB.def
CMakeLists.txt cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sources 2023-11-14 14:50:08 -05:00
c.c Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
dummy.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
dummy.obj
main.c Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
mainAB.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00