-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
support linux-loong64 native debug #3892
Conversation
Thank you for your thorough review. As you pointed out, all cgo-related tests for loong64 have been disabled. However, I found that setting the Please review it again when you have a chance. Wishing you a Happy New Year! |
Staticcheck is reporting a couple of unused constants:
|
LoongArch is a new RISC ISA, which is independently designed by Loongson Technology. LoongArch includes a reduced 32-bit version (LA32R), a standard 32-bit version (LA32S) and a 64-bit version (LA64), and loong64 is the 64-bit version of LoongArch. LoongArch documentation: https://github.com/loongson/LoongArch-Documentation.git
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @aarzilli
I accidentally closed this PR by mistake, and I sincerely apologize for that. I have now reopened a new PR and kindly request your review once again. Apologies for the inconvenience caused.