-
Notifications
You must be signed in to change notification settings - Fork 824
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 LoongArch64 (LLVM compiler) #3872
Conversation
Isn't this dependant on llvm-16 also? We are at llvm-14 for now. |
Yep, so this draft pull request is just for tracking now. |
Ok, thanks for the PR. We'll check it back when we upgrade llvm to 16 |
The PR seems now to be unblocked, since the two linked PRs are now merged. Feel free to move it forward so we can merge support upstream @heiher |
Thank you for the reminder. The minimum version of llvm for loongarch is 16. Perhaps I should wait until the compiler-llvm's dependency on llvm is upgraded to 16? |
Closing in favour of #5152, which has push permissions. |
This PR aims to add basic support for LoongArch64. Currently only LLVM is available.
It depends on