https://github.com/Kitware/CMake
Revision 788b7afff20a59bada4dbb21418d9f83290996c6 authored by Thomas Bernard on 16 August 2021, 21:48:41 UTC, committed by Brad King on 18 August 2021, 18:31:21 UTC
If `lld` is not available, Clang can still use `ld`.

Fixes: #22500
1 parent 3de5096
Raw File
Tip revision: 788b7afff20a59bada4dbb21418d9f83290996c6 authored by Thomas Bernard on 16 August 2021, 21:48:41 UTC
FindBinUtils: Fall back to ld for Clang without lld
Tip revision: 788b7af
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing
CMakeUserPresets.json

# Visual Studio work directory
.vs/
# Visual Studio build directory
out/

# Visual Studio Code
.vscode/

# CLion work directory
.idea/
# CLion build directories
cmake-build-*/
back to top