Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lld] Add a package for the LLVM LLD linker #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

piggz
Copy link

@piggz piggz commented Nov 7, 2023

The LLD linker is useful when building with the clang toolchain, especially when building an android kernel.

rpm/lld.spec Outdated Show resolved Hide resolved
@Thaodan
Copy link

Thaodan commented Jan 18, 2024

LGTM.

When building the Linux kernel that is intended for Android usually GCC is fine as long as it is new enough.
E.g. Sony AOSP's 5.4 or 5.10 kernel builds with GCC but not with the one included (right now) in Sailfish OS.

@Thaodan
Copy link

Thaodan commented Jan 18, 2024

llvm and the other packages share the same sources and also the same build process. It would make more sense to build them all in one process similar as in:
https://build.opensuse.org/package/view_file/devel:tools:compiler/llvm17/llvm17.spec?expand=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants