Displaying 2 results from an estimated 2 matches for "lld40".
2017 Mar 14
10
Please dogfood LLD
Hi all,
LLVM 4.0.0 is out, and I can say that LLD/ELF is now ready for production
use at least for x86-64 (and probably for AArch64 and MIPS). I believe
you've heard a few good news about the linker -- it just works
<http://lld.llvm.org/#features> and is very fast
<http://lld.llvm.org/#performance>, clean, compact and supported by the
active community. I don't think I need to
2017 Mar 16
5
Please dogfood LLD
...ries.
>
> For dogfooding purposes, it would be very helpful if the LLVM CMake files
> allowed you to specify the suffix for the system clang and LLD to use in a
> single place. Currently, telling it to use lld will pass -fuse-ld=lld, but
> we typically need to actually pass -fuse-ld=lld40 or -fuse-ld=lld-devel to
> pick the LLD version that matches the compiler version that we’re using.
>
> David
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm...