commit | 9a6b9bffa53bfa5e1a8373b31b2ddfa7b6bd7b30 | [log] [tgz] |
---|---|---|
author | Quentin Colombet <qcolombet@apple.com> | Fri Jun 07 20:18:12 2013 +0000 |
committer | Quentin Colombet <qcolombet@apple.com> | Fri Jun 07 20:18:12 2013 +0000 |
tree | 97b9f14039b7304cb33af8c277d9772bd9569e8d | |
parent | 8fc760cbe8d42e788f29b4a21537bc5e25d5ffa3 [diff] |
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