[PATCH] D103202: [AIX] Add traceback ssp canary bit support
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 26 21:55:10 PDT 2021
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp:2182
+ // the attributes are on.
+ return true;
+}
----------------
A patch like this one would need rather more tests to demonstrate that the insertion of the canary word is in a position that is compatible with where the unwinder and other stack-frame-walking tools would look.
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