Lines Matching refs:lld
24 decompressing it, and locating the binary at ``bin/ld64.lld``. Note
25 that if ``ld64.lld`` is moved out of ``bin``, it must still be accompanied
26 by its sibling file ``lld``, as ``ld64.lld`` is technically a symlink to ``lld``.
40 $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS='lld' ../llvm-project/llvm
41 $ ninja check-lld-macho
43 Then you can find output binary at ``build/bin/ld64.lld``. Note
44 that if ``ld64.lld`` is moved out of ``bin``, it must still be accompanied
45 by its sibling file ``lld``, as ``ld64.lld`` is technically a symlink to ``lld``.
50 LLD can be used by adding ``-fuse-ld=/path/to/ld64.lld`` to the linker flags.
57 :doc:`ld64-vs-lld` has more info on the differences between the two linkers.
62 ld64-vs-lld