Enhance stack protector for calling no return function
authorXiang1 Zhang <xiang1.zhang@intel.com>
Mon, 28 Nov 2022 07:02:04 +0000 (15:02 +0800)
committerXiang1 Zhang <xiang1.zhang@intel.com>
Thu, 1 Dec 2022 05:20:36 +0000 (13:20 +0800)
commit416e8c6ad529c57f21f46c6f52ded96d3ed239fb
tree9e4cd928538883c813cdb03c9f20402eb589ea98
parentfc743f034a34d3fa0a6e4de3b34216e5ac5e4c93
Enhance stack protector for calling no return function

Reviewed By: LuoYuanke, WangPengfei, lebedev.ri

Differential Revision: https://reviews.llvm.org/D138774
llvm/lib/CodeGen/StackProtector.cpp
llvm/test/CodeGen/X86/stack-protector-2.ll
llvm/test/CodeGen/X86/stack-protector-no-return.ll [new file with mode: 0644]