[all-commits] [llvm/llvm-project] 3d50e1: RuntimeLibcalls: Add some tests for OpenBSD stack ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jul 14 23:51:16 PDT 2025


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

  Changed paths:
    A llvm/test/CodeGen/ARM/stack-protector-target.ll
    A llvm/test/CodeGen/LoongArch/stack-protector-target.ll
    A llvm/test/CodeGen/PowerPC/stack-protector-target.ll
    M llvm/test/CodeGen/RISCV/stack-protector-target.ll
    A llvm/test/CodeGen/SPARC/stack-protector-target.ll
    A llvm/test/CodeGen/X86/stack-protector-target-openbsd.ll

  Log Message:
  -----------
  RuntimeLibcalls: Add some tests for OpenBSD stack protectors (#147888)

7dce16f69dc3e26cb74d5ad38b0648a6f47f9640 removed a libcall for
STACKPROTECTOR_CHECK_FAIL from OpenBSD but added no tests.

Add a basic test copied from RISCV into all the backends on
the OpenBSD page of supported architectures before I potentially
break in in RuntimeLibcalls refactoring.



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