[all-commits] [llvm/llvm-project] 2b9cec: [ARM64EC 5/?] Fix names of __chkstk and __security...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Mon Sep 5 13:20:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b9cec6244fda2f3191e8398aeae363aa67bebc8
https://github.com/llvm/llvm-project/commit/2b9cec6244fda2f3191e8398aeae363aa67bebc8
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2022-09-05 (Mon, 05 Sep 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.h
M llvm/test/CodeGen/AArch64/stack-protector-target.ll
M llvm/test/CodeGen/AArch64/win-alloca.ll
Log Message:
-----------
[ARM64EC 5/?] Fix names of __chkstk and __security_check_cookie.
Part of initial Arm64EC patchset.
Arm64EC code needs to use functions with a different name, to avoid
using the x64 versions.
Differential Revision: https://reviews.llvm.org/D125417
More information about the All-commits
mailing list