[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to handle...
authorKostya Serebryany <kcc@google.com>
Thu, 6 Aug 2015 17:52:54 +0000 (17:52 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 6 Aug 2015 17:52:54 +0000 (17:52 +0000)
commitcc9fd3cbe9dec96598f97070e31ee7474360edf3
tree2dcb0f663bc428bae082354caaa85bafcf268108
parent22eb71056dfdfc06522a9d0a978366f41af35469
[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to handle SIGFPE crashes same as SIGSEV crashes, patch by Karl Skomski. This time the test is enabled only on x86-64 (it broke on ARM)

llvm-svn: 244234
12 files changed:
compiler-rt/lib/asan/asan_internal.h
compiler-rt/lib/asan/asan_posix.cc
compiler-rt/lib/asan/asan_report.cc
compiler-rt/lib/asan/asan_report.h
compiler-rt/lib/asan/asan_rtl.cc
compiler-rt/lib/asan/asan_win.cc
compiler-rt/lib/asan/tests/asan_test.cc
compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
compiler-rt/test/asan/TestCases/Posix/allow_user_segv.cc
compiler-rt/test/sanitizer_common/TestCases/Linux/fpe.cc [new file with mode: 0644]