linker
Specifies the linker.
linker("value")
Parameters
value string, one of:
Default- uses the toolset platform default linker.LLD- uses LLVM's LLD linker (supported ongccandclangtoolsets).
Applies To
The config scope.
Availability
Premake 5.0 beta 3 or later.
Examples
Sets LLD as the linker.
filter { "toolset:clang" }
linker { "LLD" }