[clang] [WebAssembly,clang] Add __builtin_wasm_test_function_pointer_signature (PR #150201)
Hood Chatham via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 23 12:29:49 PDT 2025
hoodmane wrote:
My thought is that it returns the return value. If one of the signatures matches it sets `*success = 1` otherwise it sets `*success = 0`. It probably can be written in terms of `__builtin_wasm_test_function_pointer_signature` with C++ templates but lot of projects I contribute to (e.g., Python) are written in C and not C++ so that's a bit inconvenient.
https://github.com/llvm/llvm-project/pull/150201
More information about the cfe-commits
mailing list