OSDN Git Service

The size limit is for individual arrays. So if any array has more than 8 bytes
authorBill Wendling <isanbard@gmail.com>
Thu, 6 Nov 2008 22:18:44 +0000 (22:18 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 6 Nov 2008 22:18:44 +0000 (22:18 +0000)
commit703ccfe0538a30d674b52fdbb4f5debf9b062354
tree918a3c2f7f160c34b1ca24fb86551a6990b5f5a2
parent97f48c39fd158ad1a701002e2d6798c4b4ae4ab8
The size limit is for individual arrays. So if any array has more than 8 bytes
in it, then emit stack protectors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58819 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/StackProtector.cpp