[llvm-dev] is it possible to use lld-link from Visual Studio using the LLVM extension?

Dennis Luehring via llvm-dev llvm-dev at lists.llvm.org
Tue Mar 3 21:42:13 PST 2020


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




More information about the llvm-dev mailing list