Lines Matching full:linker
1 LLD - The LLVM Linker
4 LLD is a linker from the LLVM project that is a drop-in replacement
8 The linker supports ELF (Unix), PE/COFF (Windows), Mach-O (macOS) and
21 same command line arguments and linker scripts as GNU.
24 LLD default system linker in future versions of the operating
30 …/news/status/report-2016-10-2016-12.html#Using-LLVM%27s-LLD-Linker-as-FreeBSD%27s-System-Linker>`_.
34 gold linker. Your mileage may vary, though.
41 - It is always a cross-linker, meaning that it always supports all the
44 easy to use our linker as part of a cross-compile toolchain.
49 external linker and then call the linker's main function,
121 instead of the default linker.
123 The easiest way to do that is to overwrite the default linker. After
135 output. If the string "Linker: LLD" is included in the output, you are
143 - May 2015: We decided to rewrite the COFF linker and did that.
144 Noticed that the new linker is much faster than the MSVC linker.
146 - July 2015: The new ELF port was developed based on the COFF linker
152 that the linker was faster than the GNU linkers, but we weren't sure
154 features to the linker.
156 - July 2016: Started working on improving the linker script support.
165 For the internals of the linker, please read :doc:`NewLLD`. It is a bit