[PATCH] D96007: [AArch64] Enable stack clash protection for AArch64 linux in clang
Ed Maste via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 21 14:06:47 PST 2023
emaste added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:3090
if (!EffectiveTriple.isOSLinux())
return;
----------------
Why is this limited to `isOSLinux()` only?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96007/new/
https://reviews.llvm.org/D96007
More information about the cfe-commits
mailing list