[PATCH] D125417: [ARM64EC 5/?] Fix names of __chkstk and __security_check_cookie.
chenglin.bi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 03:19:45 PDT 2022
bcl5980 added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64Subtarget.h:361
+ if (isWindowsArm64EC())
+ return "__chkstk_arm64ec";
+ return "__chkstk";
----------------
Do we need to use #__chkstk_arm64ec here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125417/new/
https://reviews.llvm.org/D125417
More information about the llvm-commits
mailing list