Dennis Luehring via llvm-dev
2020-Mar-04 05:42 UTC
[llvm-dev] is it possible to use lld-link from Visual Studio using the LLVM extension?
im currently using the (official LLVM extension) clang-cl for building are very large C++ VStudio Project compiling costs ~40-50min and linking ~5-6min (due to havy template usage and gazillion symbols need be crunshed by the linker) is it possible to replace also the microsoft linker with the ldd-link inside of VStudio or do i need to use a MSBuild (or other make tool for that) thx