[all-commits] [llvm/llvm-project] d7dc53: SafeStack: Emit call to __stack_chk_fail through R...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7dc5367eda08e9c688d0055df44156c9508487b
      https://github.com/llvm/llvm-project/commit/d7dc5367eda08e9c688d0055df44156c9508487b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-07-15 (Tue, 15 Jul 2025)

  Changed paths:
    M llvm/lib/CodeGen/SafeStack.cpp
    A llvm/test/Transforms/SafeStack/NVPTX/lit.local.cfg
    A llvm/test/Transforms/SafeStack/NVPTX/safestack-libcall-error.ll

  Log Message:
  -----------
  SafeStack: Emit call to __stack_chk_fail through RuntimeLibcalls (#147915)

Avoid hardcoding the function name, and query if it's really
supported or not.



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