Lines Matching refs:LLD
1 LLD - The LLVM Linker
4 LLD is a linker from the LLVM project that is a drop-in replacement
9 WebAssembly in descending order of completeness. Internally, LLD consists of
18 - LLD is a drop-in replacement for the GNU linkers that accepts the
21 - LLD is very fast. When you link a large program on a multicore
22 machine, you can expect that LLD runs more than twice as fast as the GNU
36 - You can embed LLD in your program to eliminate dependencies on
44 2017, LLD/ELF consists only of 21k lines of C++ code while GNU gold
50 but in LLVM bitcode format. LLD reads bitcode object files, compile
51 them using LLVM and emit an output file. Because in this way LLD can
88 If you have already checked out LLVM using SVN, you can check out LLD
93 If you haven't checked out LLVM, the easiest way to build LLD is to
105 Using LLD
108 LLD is installed as ``ld.lld``. On Unix, linkers are invoked by
114 installing LLD to somewhere on your disk, you can create a symbolic
116 ``/usr/bin/ld`` is resolved to LLD.
122 LLD leaves its name and version number to a ``.comment`` section in an
123 output. If you are in doubt whether you are successfully using LLD or
125 output. If the string "Linker: LLD" is included in the output, you are
126 using LLD.