hanchenye-llvm-project/compiler-rt/test/asan
Maxim Ostapenko 6dccd5bc1f [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
2016-05-06 07:09:22 +00:00
..
TestCases [asan] Bail out on stack overflow in recovery mode. 2016-05-06 07:09:22 +00:00
Unit Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 07:03:45 +00:00
android_commands [asan] Retry failed adb commands in android tests. 2016-03-01 01:16:03 +00:00
CMakeLists.txt [ASan] Add shadow offset for SystemZ. 2016-04-30 10:02:12 +00:00
lit.cfg Move -fms-compatibility-version=19 into target cflags 2016-03-22 01:14:36 +00:00
lit.site.cfg.in Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 07:03:45 +00:00