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

Fix llvm jit failed to lookup "aot_stack_sizes" symbol issue #2384

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

wenyongh
Copy link
Contributor

LLVM JIT failed to lookup symbol "aot_stack_sizes" as it is an internal symbol,
change to lookup "aot_stack_sizes_alias" instead.

Reported in #2372.

@wenyongh wenyongh merged commit 24c6c69 into bytecodealliance:main Jul 24, 2023
@wenyongh wenyongh deleted the fix_jit_stack_sizes branch August 1, 2023 11:15
victoryang00 pushed a commit to victoryang00/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
…lliance#2384)

LVM JIT failed to lookup symbol "aot_stack_sizes" as it is an internal symbol,
change to lookup "aot_stack_sizes_alias" instead.

Reported in bytecodealliance#2372.
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.

1 participant