[llvm] [StackProtector] Clear out stack protector slot (PR #65461)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 6 09:35:24 PDT 2023
efriedma-quic wrote:
How much code bloat do we expect from this? Adding an extra instruction to every function with a stack protector seems non-trivial. Do we want a flag for this?
I noticed this only updates tests for x86 and RISCV. Do we need separate fixes for targets that have target-specific stack protector support?
https://github.com/llvm/llvm-project/pull/65461
More information about the llvm-commits
mailing list