[LoongArch64] Add nativeaot support on LoongArch64.#103889
Conversation
|
Hi, @MichalStrehovsky @shushanhf |
|
Excuse me for giving you so much trouble. Cause this is my first time submitting code, I made many low-level mistakes. Thanks very much for your reviews and guidance on me! |
No trouble at all. The purpose of the review process is to find those mistakes and it seems to work reasonably well here. Side-note: I skimmed over most of the PR changes and looked for things that bit me during the linux-arm / win-x86 ports. The object writer part looks alright save for one comment. |
…r/ElfObjectWriter.cs Co-authored-by: Filip Navara <filip.navara@gmail.com>
+1 This change is a lot of lines that touching number of different areas. It tends to be better to split changes like this into multiple smaller PRs. For example:
If you prefer to continue with the PR as is, it is certainly fine - but it is likely to take longer to get it in compared if it is broken into multiple smaller PRs. |
OK, got it. I'll split this PR into multiple smaller PRs as soon as possible. Thanks! |
|
After splitting, part-1 has been submitted to new PR: #104066 |
shushanhf
left a comment
There was a problem hiding this comment.
sorry for mistake click.
@sunlijun-610 please test these PRs based on the new PRs.
Thanks
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
I've tested based on the new PRs and the latest commit, and no new failure cases added. |
|
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Filled #104500 on windows-arm64 Release NativeAOT_Libs failure |
This PR adds nativeaot support on LoongArch64.