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

[WASM] Fix for wasi libc build break add tan to RuntimeLibcallSignatureTable #95082

Merged
merged 1 commit into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. [WASM] Fix for wasi libc build break

    The wasm backend fetches the tan runtime lib call in
    `llvm/include/llvm/IR/RuntimeLibcalls.def` via `StaticLibcallNameMap()`,
    but ignores the runtime function because a function sinature mapping is not specified
    in RuntimeLibcallSignatureTable(). The fix is to specify the function signatures for float32-128.
    farzonl committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bf90906 View commit details
    Browse the repository at this point in the history