commit | c09f8d27cd8aa9d44993cf39a663ca331017ed75 | [log] [tgz] |
---|---|---|
author | Matheus Izvekov <mizvekov@gmail.com> | Sat Jan 13 18:02:37 2024 -0300 |
committer | Matheus Izvekov <mizvekov@gmail.com> | Sun Jan 14 14:14:26 2024 -0300 |
tree | 029dfdbb09b0414c53b74d34e67e3699bf7a693a | |
parent | 01e3eb91b85b6d9c622998bc9b3e29168ebe0c5a [diff] |
cxxmodules: compute link information for C++ module-consuming targets Compute link information for all C++ targets which support modules instead of just those which may provide modules, as they may import modules as well. This captures `OBJECT` libraries using modules which otherwise do not have link steps. Fixes: #25592