[PATCH] D139254: Enhance stack protector

Xiang Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 00:39:42 PST 2022


xiangzhangllvm updated this revision to Diff 481176.
xiangzhangllvm added a comment.

Add test stack-protector-recursively.ll to check stack protector auto generated function (__stack_chk_fail).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139254/new/

https://reviews.llvm.org/D139254

Files:
  llvm/lib/CodeGen/StackProtector.cpp
  llvm/test/CodeGen/X86/stack-protector-2.ll
  llvm/test/CodeGen/X86/stack-protector-no-return.ll
  llvm/test/CodeGen/X86/stack-protector-recursively.ll
  llvm/test/CodeGen/X86/stack-protector-weight.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139254.481176.patch
Type: text/x-patch
Size: 14632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221208/2af90c69/attachment.bin>


More information about the llvm-commits mailing list