[all-commits] [llvm/llvm-project] 8dbdc7: SafeStack: Emit __safestack_pointer_address call t...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jul 15 02:43:56 PDT 2025


  Branch: refs/heads/users/arsenm/safestack/use-runtime-libcalls-__safestack_pointer_address
  Home:   https://github.com/llvm/llvm-project
  Commit: 8dbdc752069655b4030c05a603399c95baa2040d
      https://github.com/llvm/llvm-project/commit/8dbdc752069655b4030c05a603399c95baa2040d
  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
    M llvm/lib/CodeGen/SafeStack.cpp
    A llvm/test/Transforms/SafeStack/NVPTX/safestack-pointer-address-libcall-error.ll

  Log Message:
  -----------
  SafeStack: Emit __safestack_pointer_address call through RuntimeLibcalls

Stop using hardcoded function named and check availability. This only fixes
the forced usage via command line in the pass itself; the implementations
inside of TargetLoweringBase hide additional call emission.



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