[all-commits] [llvm/llvm-project] f467d1: RuntimeLibcalls: Add entries for some exception re...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jul 15 02:38:33 PDT 2025
Branch: refs/heads/users/arsenm/runtime-libcalls/add-exception-libcall-entries
Home: https://github.com/llvm/llvm-project
Commit: f467d13754aeb4cb825d671963acbb6de8f6b5eb
https://github.com/llvm/llvm-project/commit/f467d13754aeb4cb825d671963acbb6de8f6b5eb
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.td
Log Message:
-----------
RuntimeLibcalls: Add entries for some exception related functions
SjLjEHPrepare and WasmEHPrepare directly emit calls to these by
name, and these are not tracked in RuntimeLibcalls. It will be easier
to fix this when RuntimeLibcalls is turned into an analysis, so just
add the entries for now.
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