[PATCH] D126811: [ARM64EC 10/?] Add support for lowering indirect calls.
chenglin.bi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 00:42:33 PDT 2022
bcl5980 added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64Arm64ECCallLowering.cpp:223
+ GuardFnCFGlobal =
+ M->getOrInsertGlobal("__os_arm64x_check_icall_cfg", GuardFnPtrType);
+ GuardFnGlobal =
----------------
For now MSVC(19.32.31329/19.33.31517) use a different function name `__os_arm64x_dispatch_icall_cfg`, `__os_arm64x_dispatch_icall`.
But the document is still using `__os_arm64x_check_icall_cfg`, `__os_arm64x_check_icall`
Not sure which one Microsoft will use finally.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126811/new/
https://reviews.llvm.org/D126811
More information about the llvm-commits
mailing list