https://github.com/Kitware/CMake
Revision e75632843480aefc303303b85350ecddcc57cc5e authored by Brad King on 10 February 2020, 18:34:33 UTC, committed by Brad King on 10 February 2020, 21:11:38 UTC
Since commit d4d0dd0f6a (cmLinkLineComputer: Add ComputeLinkLibs
overload with backtraces, 2019-09-13, v3.16.0-rc1~87^2~4), backtraces
have been collected by `ComputeLinkLibs` by looking back through the
link implementation libraries for one matching the text of the link line
item.  This is slow in projects with long link lines.

Instead, teach `cmComputeLinkDepends` and `cmComputeLinkInformation` to
carry backtrace information explicitly along with the text of each item.

Fixes: #20322
1 parent 44b8937
History
Tip revision: e75632843480aefc303303b85350ecddcc57cc5e authored by Brad King on 10 February 2020, 18:34:33 UTC
Propagate backtraces from LINK_LIBRARIES through to link line items
Tip revision: e756328
File Mode Size
MSBuild
Windows
AppleInfo.plist -rw-r--r-- 1.1 KB
CMakeVSMacros1.vsmacros -rw-r--r-- 86.0 KB
CMakeVSMacros2.vsmacros -rw-r--r-- 62.0 KB
CPack.GenericDescription.txt -rw-r--r-- 138 bytes
CPack.GenericLicense.txt -rw-r--r-- 101 bytes
CPack.GenericWelcome.txt -rw-r--r-- 96 bytes
CPackConfig.cmake.in -rw-r--r-- 751 bytes
CTestScript.cmake.in -rw-r--r-- 1.4 KB
TestDriver.cxx.in -rw-r--r-- 3.7 KB

back to top