Generally the linker is invoked via the compiler wrapper (eg: "clang x.o y.o" to produce a.out), so you can add to your linker flags "-fuse-ld=lld" to tell the compiler wrapper to lld.
On Mon, Mar 4, 2019 at 7:06 AM Itaru Kitayama via cfe-users < [email protected]> wrote: > Hi, > Keeping the system linker as GNU ld, how do I make CMake use LLD > at configure time? alias ld='lld' does not seem to work. > _______________________________________________ > cfe-users mailing list > [email protected] > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users >
_______________________________________________ cfe-users mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users
