[PATCH] D125417: [ARM64EC 5/?] Fix names of __chkstk and __security_check_cookie.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 09:41:55 PDT 2022


efriedma added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64Subtarget.h:361
+    if (isWindowsArm64EC())
+      return "__chkstk_arm64ec";
+    return "__chkstk";
----------------
bcl5980 wrote:
> Do we need to use #__chkstk_arm64ec here?
Probably?  I'm still not entirely sure how that interacts with the hybmp table.


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