[all-commits] [llvm/llvm-project] 8604b5: RuntimeLibcalls: Fix adding __safestack_pointer_ad...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Feb 23 13:32:39 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8604b52e380fb37a3599539b1d87a68666ab6ed5
https://github.com/llvm/llvm-project/commit/8604b52e380fb37a3599539b1d87a68666ab6ed5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-02-23 (Mon, 23 Feb 2026)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.td
A llvm/test/Transforms/SafeStack/SPARC/safestack.ll
Log Message:
-----------
RuntimeLibcalls: Fix adding __safestack_pointer_address by default (#182936)
This was accidentally added to the default set of libcalls, so move
it out of the giant let block over functions in the default set.
Should fix regression on SPARC bot.
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