Skip to content

Fix int256EquatorCall LLVM function name in defineRawFunctionBody#642

Open
cuiweixie wants to merge 1 commit intoValeLang:masterfrom
cuiweixie:fix/externs-int256-equator-llvm-name
Open

Fix int256EquatorCall LLVM function name in defineRawFunctionBody#642
cuiweixie wants to merge 1 commit intoValeLang:masterfrom
cuiweixie:fix/externs-int256-equator-llvm-name

Conversation

@cuiweixie
Copy link
Copy Markdown

Summary

int256EquatorCallLF uses defineRawFunctionBody with a string name for the LLVM function. That string was int256HasherCall (copy-paste) instead of int256EquatorCall, which mismatches addRawFunction(mod, "int256EquatorCall", ...) above.

Testing

  • Backend build / existing CI

The equator raw body was registered with the wrong debug/IR name (copy-paste
from int256HasherCall).
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