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

Add support for LoongArch #622

Merged
merged 2 commits into from Aug 29, 2023
Merged

Conversation

nathanchance
Copy link
Member

This is only enabled for clang-nightly at the moment but clang-17 should have it as well, which can be done after https://gitlab.com/Linaro/tuxmake/-/merge_requests/338 is merged and available in tuxsuite.

Closes: #599

@nathanchance
Copy link
Member Author

Actually, the allyesconfig builds will be broken due to ClangBuiltLinux/linux#1923 but I would like to avoid turning off CONFIG_WERROR=n if possible...

Copy link
Member

@nickdesaulniers nickdesaulniers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woah, thinLTO builds and boots! Nice! If full lto doesn't, let's get some bugs on file?

Thanks for the patch! ➿ 🏹

@nathanchance
Copy link
Member Author

If full lto doesn't, let's get some bugs on file?

I had not tested full LTO but sure enough :) ClangBuiltLinux/linux#1924

I will merge #621 first then rebase this PR onto latest main so that I can add this same coverage to stable then merge.

Closes: ClangBuiltLinux#599
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
@nathanchance nathanchance merged commit ad9b8ce into ClangBuiltLinux:main Aug 29, 2023
7 checks passed
@nathanchance nathanchance deleted the loongarch branch August 29, 2023 00:21
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.

Add ARCH=loongarch
2 participants