CVSROOT: /cvs Module name: src Changes by: morti...@cvs.openbsd.org 2019/08/12 17:43:03
Modified files: gnu/llvm/lib/CodeGen: LocalStackSlotAllocation.cpp Log message: Ensure stack protector slot access is resolved by PEI. On arm64, arm, and ppc it is possible that a large stack frame will cause the stack protector slot to be reallocated at the wrong end of the frame. Noticed by tj@. ok patrick@.