commit | 4c34d0afe1f490c6e864834bf4c02b82c6b4524d | [log] [tgz] |
---|---|---|
author | whitequark <whitequark@whitequark.org> | Wed Jun 21 18:46:50 2017 +0000 |
committer | whitequark <whitequark@whitequark.org> | Wed Jun 21 18:46:50 2017 +0000 |
tree | c99aa6ffbf777c653a25c66a7e7706a8bc091856 | |
parent | 52ebe03cb0a728134e66d04f85281bc5a60d7091 [diff] |
Add a "probe-stack" attribute This attribute is used to ensure the guard page is triggered on stack overflow. Stack frames larger than the guard page size will generate a call to __probestack to touch each page so the guard page won't be skipped. Reviewed By: majnemer Differential Revision: https://reviews.llvm.org/D34386 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305939 91177308-0d34-0410-b5e6-96231b3b80d8