diff options
author | Maxim Ostapenko <m.ostapenko@partner.samsung.com> | 2016-05-06 07:09:22 +0000 |
---|---|---|
committer | Maxim Ostapenko <m.ostapenko@partner.samsung.com> | 2016-05-06 07:09:22 +0000 |
commit | 6dccd5bc1f35a15403dd9b1f1f9ccc75d5394a2f (patch) | |
tree | 5f12a04fa8ef48dd4e5d71ff2d316a45932dffed /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | c6b36698844d76ed5baf66361f28bfb8f59c3335 (diff) | |
download | llvm-6dccd5bc1f35a15403dd9b1f1f9ccc75d5394a2f.zip llvm-6dccd5bc1f35a15403dd9b1f1f9ccc75d5394a2f.tar.gz llvm-6dccd5bc1f35a15403dd9b1f1f9ccc75d5394a2f.tar.bz2 |
[asan] Bail out on stack overflow in recovery mode.
In recovery mode, when ASan detects stack overflow (say, when infinite recursion detected),
it tries to continue program execution and hangs on repetitive error reports. There isn't any
sense to do it, we can just bail out on stack overflow error, because the program would crash soon anyway.
Differential Revision: http://reviews.llvm.org/D19958
llvm-svn: 268713
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions