Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
LLVM
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Linker=== The lld subproject is an attempt to develop a built-in, platform-independent [[linker (computing)|linker]] for LLVM.<ref name="lld-home-page">{{cite web|title=lld - The LLVM Linker|url=http://lld.llvm.org/|publisher=The LLVM Project|access-date=May 10, 2017}}</ref> lld aims to remove dependence on a third-party linker. {{As of|2017|05}}, lld supports [[Executable and Linkable Format|ELF]], [[PE/COFF]], [[Mach-O]], and [[WebAssembly]]<ref>{{cite web|url=https://lld.llvm.org/WebAssembly.html|title=WebAssembly lld port}}</ref> in descending order of completeness. lld is faster than both flavors of [[GNU ld]].{{citation needed|date=December 2021}} Unlike the GNU linkers, lld has built-in support for [[link-time optimization]] (LTO). This allows for faster code generation as it bypasses the use of a linker plugin, but on the other hand prohibits interoperability with other flavors of LTO.<ref>{{cite web |title=42446 β lld can't handle gcc LTO files |url=https://bugs.llvm.org/show_bug.cgi?id=42446 |website=bugs.llvm.org}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)