[cfe-users] How do I make CMake use LLD

Itaru Kitayama via cfe-users cfe-users at lists.llvm.org
Mon Mar 4 13:13:28 PST 2019


I was just setting the flag for the C++ compiler wrapper, but doing the same
for the C compiler seems to work (on ppc64le linking with LLD fails
though).

On Tue, Mar 5, 2019 at 12:07 AM David Blaikie <dblaikie at gmail.com> wrote:

> 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 <
> cfe-users at lists.llvm.org> 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
>> cfe-users at lists.llvm.org
>> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-users/attachments/20190305/98d9fd82/attachment.html>


More information about the cfe-users mailing list