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

Enable LoongArch target #4037

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

wenyongh
Copy link
Contributor

Enable LoongArch target for interpreter and AOT, add the basic framework now.
TODO:

  • Implement invokeNative_loongarch.S
  • Implement aot_reloc_loongarch.c

#define EM_M32R 88 /* Renesas M32R */
#define EM_XTENSA 94 /* Tensilica Xtensa */
#define EM_RISCV 243 /* RISC-V */
#define EM_LOONGARCH 253 /* LoongArch */
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should be 258

@wenyongh wenyongh marked this pull request as ready for review March 4, 2025 10:52
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.

2 participants