[all-commits] [llvm/llvm-project] 9405d8: WebAssembly: Stop directly using RuntimeLibcalls.def
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jun 5 18:04:56 PDT 2025
Branch: refs/heads/users/arsenm/wasm/do-not-use-runtime-libcalls-def
Home: https://github.com/llvm/llvm-project
Commit: 9405d81822edcfc0071c8de5c1d09dcb8ea22910
https://github.com/llvm/llvm-project/commit/9405d81822edcfc0071c8de5c1d09dcb8ea22910
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-06 (Fri, 06 Jun 2025)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
Log Message:
-----------
WebAssembly: Stop directly using RuntimeLibcalls.def
Construct RuntimeLibcallsInfo instead of manually creating a map.
This was repeating the setting of the RETURN_ADDRESS. This removes
an obstacle to generating libcall information with tablegen.
This is also not great, since it's setting a static map which
would be broken if there were ever a triple with a different libcall
configuration.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list