Add a backend option to warn on a given stack size limit.
authorQuentin Colombet <qcolombet@apple.com>
Fri, 7 Jun 2013 20:18:12 +0000 (20:18 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Fri, 7 Jun 2013 20:18:12 +0000 (20:18 +0000)
commit9a6b9bffa53bfa5e1a8373b31b2ddfa7b6bd7b30
tree97b9f14039b7304cb33af8c277d9772bd9569e8d
parent8fc760cbe8d42e788f29b4a21537bc5e25d5ffa3
Add a backend option to warn on a given stack size limit.
Option: -mllvm -warn-stack-size=<limit>
Output (if limit is exceeded):
warning: Stack size limit exceeded (<actual size>) in <functionName>.

The longer term plan is to hook that to a clang warning.
PR:4072
<rdar://problem/13987214>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183552 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/PrologEpilogInserter.cpp
test/CodeGen/ARM/warn-stack.ll [new file with mode: 0644]
test/CodeGen/X86/warn-stack.ll [new file with mode: 0644]