ENH: add optional control to use clang lld linker (#2449)
Eg, export WM_COMPILER=Clang130 export WM_COMPILE_CONTROL="version=13.0 +lld" - also support the mold linker (+mold) for clang STYLE: report as 'link' stage instead of 'ld' in short messages
Showing
- etc/bashrc 3 additions, 1 deletionetc/bashrc
- etc/cshrc 3 additions, 1 deletionetc/cshrc
- wmake/makefiles/general 5 additions, 5 deletionswmake/makefiles/general
- wmake/rules/General/Clang/link-lld-c++ 10 additions, 0 deletionswmake/rules/General/Clang/link-lld-c++
- wmake/rules/General/Clang/link-mold-c++ 10 additions, 0 deletionswmake/rules/General/Clang/link-mold-c++
- wmake/rules/linux64Clang/c++ 9 additions, 0 deletionswmake/rules/linux64Clang/c++
- wmake/rules/linuxClang/c++ 9 additions, 0 deletionswmake/rules/linuxClang/c++
Please register or sign in to comment