This repository has been archived by the owner on Dec 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kbuild: Support explicitly selecting LD linker
https://lld.llvm.org/ Enable CONFIG_LD_(BFD|GOLD|LLD) to force compilation with desired LD linker. This enables experimental support for LLVM's LLD linker which has been shown to result in faster link time and potentially reduce kernel image size when used in conjunction with Clang LTO. GNU gold will remain as the preferred linker due to it's universal compatibility. Co-authored-by: Danny Lin <danny@kdrag0n.dev> [@0ctobot: This is an adaptation of the following commits: kdrag0n/proton_bluecross@0b08017, kdrag0n/proton_bluecross@aba5259, kdrag0n/proton_bluecross@70c8925] Co-authored-by: Adam W. Willis <return.of.octobot@gmail.com>
- Loading branch information
Showing
4 changed files
with
51 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters