[PATCH] D103202: [AIX] Add traceback ssp canary bit support
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 9 18:06:30 PDT 2021
shchenz added inline comments.
================
Comment at: llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp:2181
+ // There are cases that the stack protectors are not really inserted even if
+ // the attributes are on.
+ return true;
----------------
Will it cause some issue in unwinder if we set the ssp canary bit in the traceback table but there is no canary word in the stack?
Could you please comment @xingxue @DiggerLin @hubert.reinterpretcast
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103202/new/
https://reviews.llvm.org/D103202
More information about the llvm-commits
mailing list