[all-commits] [llvm/llvm-project] 20e81d: RuntimeLibcalls: Add some tests for OpenBSD stack ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 9 21:41:29 PDT 2025
Branch: refs/heads/users/arsenm/runtime-libcalls/add-openbsd-stack-protector-tests
Home: https://github.com/llvm/llvm-project
Commit: 20e81d517258754f403f3df16b3c5f86d487d195
https://github.com/llvm/llvm-project/commit/20e81d517258754f403f3df16b3c5f86d487d195
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-10 (Thu, 10 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
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