-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
The system linker is used for bootstrapping the compiler and various low level libraries. However, BFD ld is wildly inefficient and memory hungry for linking things the size of LLVM, causing massive memory explosions. The traditional fix is to use lld as the system linker.
We should set this up in our CI and by default if available to relieve memory pressure.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
TODO