diff options
author | Farzon Lotfi <1802579+farzonl@users.noreply.github.com> | 2024-06-11 10:43:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-11 10:43:51 -0400 |
commit | 38ccee00346300c87abc34860398bc950c65eaec (patch) | |
tree | 9f04f662818809938fe759457e03e888eb7f441d /mlir/lib/Bindings/Python/IRModule.h | |
parent | d58637219463924185614f18911c5f01a1c20aa9 (diff) | |
download | llvm-38ccee00346300c87abc34860398bc950c65eaec.zip llvm-38ccee00346300c87abc34860398bc950c65eaec.tar.gz llvm-38ccee00346300c87abc34860398bc950c65eaec.tar.bz2 |
[WASM] Fix for wasi libc build break add tan to RuntimeLibcallSignatureTable (#95082)
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.
This is a fix for a build break reported on PR
https://github.com/llvm/llvm-project/pull/94559#issuecomment-2159923215.
Diffstat (limited to 'mlir/lib/Bindings/Python/IRModule.h')
0 files changed, 0 insertions, 0 deletions