-
Notifications
You must be signed in to change notification settings - Fork 7
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 ARCH=loongarch
#599
Comments
https://gitlab.com/Linaro/tuxmake/-/merge_requests/325 That is only one piece, we need |
FYI: the LLD LoongArch port has been upstreamed just in time for the LLVM 17 release. We will continue the work on enabling the other bits ;-) |
I have opened https://gitlab.com/Linaro/tuxsuite/-/issues/194 as a prerequisite. |
commit 5a31ed4678e0 ("LoongArch: Mark Clang LTO as working") so we should add LTO builds, too |
What's the latest on this? |
This is blocked on https://gitlab.com/Linaro/tuxmake/-/issues/207 now. |
Closes: ClangBuiltLinux#599 Signed-off-by: Nathan Chancellor <[email protected]>
Closes: ClangBuiltLinux#599 Signed-off-by: Nathan Chancellor <[email protected]>
Requires TuxMake/TuxSuite support first: https://gitlab.com/Linaro/tuxmake/-/issues/205
Once it is supported there, the following configurations need to be disabled to build at the time of writing this:
Additionally, the support for LoongArch in
ld.lld
needs to be merged to use fullLLVM=1
, otherwise we may be able to use GNU ld but I have not tested that yet.The text was updated successfully, but these errors were encountered: